docs · getting started
getting started
sign up, pick a broker to paper-trade against, describe your first strategy, run a backtest, deploy on paper.
- sign up. email + password. MFA is required before the platform will let you deploy live — you can enroll now or when you're ready to switch out of paper.
- describe your first strategy. in plain English, in the strategy coder. what to buy, on what signal, how to size the position, when to exit.
- read the code. what the model generated is Python you can inspect, edit and version. never a signal you obey.
- run a backtest. against real historical data, with an in-sample/out-of-sample split by default and an overfitting verdict at the top of the result.
- deploy on paper. the same code path as live. you can watch it trade against real market conditions with no capital at risk.
- connect a broker. when you're ready — paste API credentials, whitelist the IP we show you, run shadow trading to see the divergence from your backtest, then unlock live capital.