AI co-pilot¶
Describe a strategy in plain English and watch it assemble itself into an editable node graph. The AI co-pilot is a starting point and a second pair of hands — not a black box. Everything it produces is a normal StrategyNodes graph you can inspect, tweak and backtest.
What it can do¶
- Generate — "Build me an RSI mean-reversion strategy for EURUSD that only trades the London session." → a wired graph you can run.
- Explain — point it at any strategy and get a plain-English breakdown of what it does and why.
- Review — ask it to critique a strategy for weaknesses (over-trading, fragile parameters, missing risk control).
- Edit in natural language — "make the stop-loss tighter" or "add a trend filter" and it edits the graph for you.
How to use it well¶
- Start broad, then refine. Generate a rough idea, then tune the parameters and logic yourself.
- Always backtest what it makes. The AI writes plausible strategies — only an honest backtest and the robustness suite tell you if they're good.
- Use Explain to learn. Generate something, then ask it to explain each block — it's a fast way to learn the builder.
Credits & tiers¶
AI features run on monthly credits that scale with your tier. AI generate + natural-language edit are available on Advanced and Pro. See Account & billing.
It's a co-pilot, not an oracle
The AI doesn't know whether a strategy will make money — nobody does. It helps you build and explore faster. The proof is always in the honest backtest.