Drag blocks here to build your strategy
| Tick | Digit | Contract | Stake | Result | Profit | Return | Account | |
|---|---|---|---|---|---|---|---|---|
| No trades yet — run a backtest | ||||||||
Upload a .js file that exports a function like
function myBot(ctx) { return { trade: 'even' }; }.
The bot receives a ctx object with digit history,
even/odd ratios, streaks, and balance — and returns a trade decision each tick.