Strategy Builder
Visual strategy builder.
Drag conditions, set parameters, combine with AND/OR logic. Export as JSON or send directly to the Backtest Lab.
Conditions
IFRSI threshold
→ RSI(14) < 30
strategy.json
{
"name": "My Strategy",
"symbol": "SOL",
"combine": "AND",
"conditions": [
{
"type": "rsi",
"label": "RSI(14) < 30",
"params": {
"period": 14,
"op": "<",
"value": 30
}
}
],
"created_at": "2026-05-18T11:32:56.589Z"
}Next step
Send this strategy to the Backtest Lab to see how it would have performed.
Open Backtest Lab