AI builder · early demo
AI crypto strategy builder
Describe your strategy in plain English. We'll translate it into a runnable rule set you can copy into the dashboard — no signup required.
Parsed 1 entry rule(s), 2 exit rule(s).
Try one of these:
Indicators we understand
Classic TA plus Smart Money Concepts and Pine-script ports — mix and match in plain English.
EMASMARSIMACDBollinger BandsVWAPATRADXSuperTrendBlackflag FTSTrend MagicVFIBOS / CHoCHFVGOrder BlockEQH / EQLPDH / PDLPremium / Discount zones
name: My strategy
weight: 1
long_only: true
indicators:
rsi14:
kind: rsi
period: 14
entry:
combine: AND
rules:
- lhs: {indicator: rsi14}
op: lt
rhs: {value: 30}
direction: long
exit:
combine: OR
rules:
- kind: tp
pct: 0.02
- kind: sl
pct: 0.01
risk:
cooldown_bars: 5
Detected indicators: rsi14
Unrecognised phrases:
- “Long only”
Parsed 1 entry rule, 2 exit rules.
Educational demo. The parser handles common phrasings; complex strategies may need manual edits. Always paper-trade before risking real capital.