NeuronAlgo
~/strategies/na-nas-l-001 backtest

Quant Strategy

Altair

NA-IDX-079 · US Nas 100 · H1

CAGR +4.50%
Sharpe 0.64
Win Rate 47.60%
Max Drawdown -39.74%
strategy.spec --general ok

$ cat strategy.spec

operational specification — published in full, for everyone

Symbol US Nas 100
Timeframe H1
Direction long only
Holding Horizon Intraday
Entry Style Momentum / Trend-following
Risk Model ATR-based stop-loss & profit target · trailing stop · move-to-breakeven
// entry logic — long

The strategy enters long when the indicator confirms the setup, confirmed by the indicator rising over several bars, and the indicator rising over several bars. Risk is managed with an ATR-based stop-loss and profit target, a trailing stop, and a move-to-breakeven once the trade gains ground.

strategy.internals --members locked

$ inspect strategy.internals

built from 8 tuned parameters across 7 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.35
Net Profit +$14,104
Sortino 0.21
Total Trades 647
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