Market closedDemo account · simulated fills, no real money
Live Strategies
A running strategy evaluates each closed bar and proposes. It cannot approve its own proposal or place an order.
The runtime is switched off, so activations are recorded but no bars are evaluated. Set
STRATEGY_RUNTIME_ENABLED=true and restart the API to run strategies live.Activate a strategy
Pointed at one instrument at a time, so a strategy never subscribes itself to the whole universe. Only instruments with stored bars are listed.
Running (2)
| Strategy | Instrument | Bars seen | Proposals | Last decision | |
|---|---|---|---|---|---|
| momentum | NIFTY1m | 0 | 0 | Not evaluated yet | |
| momentum | Nifty 501m | 0 | 0 | Not evaluated yet |
Available
Moving average momentum
Enters long when price closes above both moving averages with the fast one above the slow, and exits when the fast crosses back below or the stop is hit. A reference implementation, not a recommendation.
30 bars to warm up
2 running
RSI mean reversion
Enters long when RSI drops below 30 and exits when it recovers past 55 or the stop is hit. A reference implementation, not a recommendation.
30 bars to warm up
Idle