Architect Your Edge
Architect Your Edge
Build your first automated trading strategy in under 5 minutes.
In this guide, we will build a classic Simple Moving Average (SMA) Crossover strategy. The logic is simple:
When you create a new strategy, you will see two nodes already on the canvas: Fetch Data Price and Timeframe Selector.
OANDA:EUR_USD as the Base Trading Pair.1h.We need two Moving Average indicators.
OHLCV Data output of the Timeframe Selector node to the Source input of both Moving Average nodes.10 (Fast).20 (Slow).Now we determine when to buy.
True when the Fast SMA crosses above the Slow SMA.Trigger input of the Buy node.Click the Run Backtest button in the top toolbar. Wait a few seconds, and you'll see the performance report in the bottom panel!
Head to the Trading Journal in the sidebar to log your first trade. Record entry and exit prices, add screenshots, and tag your setup for later review.
Review your trades with the Performance Analytics dashboard to see win rate, profit factor, drawdown, and compare how different strategies stack up against each other.
🎉 Congratulations! You just built your first algorithmic trading bot without writing a single line of code.