Market closed

Live Strategies

A running strategy evaluates each closed bar and proposes. It cannot approve its own proposal or place an order.

Runtime off
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)

StrategyInstrumentBars seenProposalsLast decision
momentumNIFTY1m00Not evaluated yet
momentumNifty 501m00Not 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