Back to FeaturesBuild Strategies
Strategy Builder
Build Strategies
Without Writing Code
The strategy builder is a visual canvas where you connect condition blocks to define when your strategy enters and exits a trade. No programming knowledge required.
Canvas preview
RSI < 30
EMA 20 above price
AND
Enter Long · SL -1.5% · TP +3%
Exit on RSI > 70
Drag & drop
Block Categories
Every block you can use in the builder, grouped by what it represents.
Indicators
- RSI
- EMA
- MACD
- Bollinger Bands
- ATR
- Stochastic
Price Action
- Candlestick patterns
- High / Low
- Open / Close
- Body size
ICT Concepts
- Order Block
- Fair Value Gap
- Break of Structure
- Market Structure Shift
Logic & Filters
- AND / OR gates
- Session filter
- Time-of-day filter
- Trend direction
How It Works
Step by step, from blank canvas to runnable strategy.
01
Open the canvas
The strategy builder opens a blank canvas. The left sidebar lists all available blocks grouped by category.
02
Drag blocks onto the canvas
Pull any block from the sidebar and drop it on the canvas. Each block represents one condition — an indicator value, a price event, or a logic gate.
03
Connect blocks with wires
Draw connections between block output ports and input ports to define your logic flow. Blocks feed into AND/OR gates before reaching the entry or exit action.
04
Define entry and exit
Connect your condition chain to an Entry block and an Exit block. Set stop-loss and take-profit on the entry block directly.
05
Save and run a backtest
Name and save your strategy, then open the backtest panel to pick a symbol, timeframe, and date range. Hit run to see results.
What it doesn't do
- It does not execute live trades or connect to a broker.
- It does not generate code for MetaTrader or TradingView (not yet).
- It does not automatically optimize parameters — you configure them manually.