Build trading strategies with plain English

No coding required. Simply describe your trading rules, and our AI will instantly generate an automated strategy ready for eToro.

How the AI Strategy Builder works

Creating a trading bot usually requires learning Python or PineScript. With the AI Strategy Builder, you only need to know what you want to achieve.

You: "I want to buy when the RSI drops below 30 on the 1-hour chart, and the current price is above the 200-day moving average. Sell when RSI goes above 70."

AI Builder: "I've created your strategy! It uses a 1H timeframe. I added the RSI (14) indicator and the EMA (200) indicator. The entry rules check if RSI < 30 AND Price > EMA 200. The exit rule checks if RSI > 70."

1. Describe your logic

Type out your trading idea exactly as you would explain it to another trader. Mention indicators, timeframes, and specific conditions.

2. Review the generated rules

The AI translates your words into a strict logic tree. You can review the exact indicators, entry conditions, and exit conditions that were generated to ensure they match your intent.

3. Iterate and refine

Not quite right? Just tell the AI what to change. "Actually, change the RSI threshold to 25," and the logic tree will update instantly.

What you can build

Trend Following

Ask the AI to use moving averages (SMA, EMA) or MACD to identify the direction of the market and only take trades in that direction.

Mean Reversion

Use indicators like RSI or Bollinger Bands to identify when an asset might be overbought or oversold.

Breakouts

Combine volatility indicators with price action rules to trigger trades when momentum suddenly accelerates.

Long-only Safety

The AI is strictly configured to only output long-only strategies that are fully compliant with eToro automation rules. It will not generate short-selling logic or use leverage.

Why use AI instead of coding?