NeuronAlgo
~/strategies/na-spx-l-015 backtest

Quant Strategy

Iota Alnair

NA-SPX-L-015 · US SPX 500 · M30

CAGR +3.44%
Sharpe 0.55
Win Rate 54.51%
Max Drawdown -21.55%
strategy.spec --general ok

$ cat strategy.spec

operational specification — published in full, for everyone

Symbol US SPX 500
Timeframe M30
Direction long only
Holding Horizon Intraday
Entry Style Rule-based systematic
Risk Model ATR-based stop-loss
// entry logic — long

The strategy enters long when the indicator confirms the setup. Risk is managed with an ATR-based stop-loss.

strategy.internals --members locked

$ inspect strategy.internals

built from 6 tuned parameters across 6 indicators — members can see the stack and the rule structure

Parameter 01
Parameter 02
Parameter 03
Parameter 04
Parameter 05
Parameter 06
🔒 See the indicator stack and rule structure
equity_curve --render ok

$ plot --equity

cumulative account equity over the selected backtest window

x: time · y: equity (USD) · 2006-01-02 → 2026-06-19 ● rendered from stored data
performance --breakdown ok

$ stats --all

supporting metrics from the selected backtest

Profit Factor 1.34
Net Profit +$9,673
Sortino 0.14
Total Trades 455
get-started ok

Put this strategy to work

Explore the full backtest, methodology, and live track record — or browse the complete library.

Scroll to Top