Strategy Builder
How to build entry and exit rules without writing code.
Rule structure
A strategy consists of entry rules and exit rules. Entry rules define when to open a position (long or short). Exit rules define when to close it. You can also use the Risk Settings panel for fixed take-profit and stop-loss levels instead of indicator-based exits.
Rules are combined with AND logic within a group. To add OR logic, use multiple groups. The engine opens a trade when any group's conditions are all satisfied.
Adding a rule
Click Add Rule in the Conditions panel. Choose an indicator from the dropdown — you can search by name. Set the comparison operator (crosses above, crosses below, is above, is below, equals). Set the comparison value (a fixed number or another indicator).
For example: RSI(14) crosses below 30. Or EMA(9) crosses above EMA(21). Both are valid entry conditions.
Risk settings
In the Risk Settings panel, you can configure: position size (fixed USDT or % of portfolio), leverage, stop-loss (fixed price offset, %, or ATR multiple), and take-profit (same options). You can also set a kill switch: auto-stop after N consecutive losses, or after a daily loss limit is reached.
Default values are conservative: $10 margin, 10× leverage, -$4 stop, +$6 take-profit. These come from real trading experience with managed drawdowns.
Saving and versioning
Every save creates a new version of the strategy. Old versions are preserved and accessible from the strategy page. If a new parameter set performs worse in the next backtest, you can restore the previous version.
Strategies can be set to public to appear in the marketplace (Pro and Elite plans). Public strategies show aggregate performance stats but not the underlying rules.
Something wrong or missing? Email support