NeuronAlgo
~/strategies/na-xau-l-003 backtest

Quant Strategy

Gamma Equuleus

NA-XAU-L-003 · Gold · H1

CAGR +4.31%
Sharpe 0.57
Win Rate 49.90%
Max Drawdown -20.54%
strategy.spec --general ok

$ cat strategy.spec

operational specification — published in full, for everyone

Symbol Gold
Timeframe H1
Direction long only
Holding Horizon Intraday
Entry Style Momentum / Trend-following
Risk Model ATR-based stop-loss
// entry logic — long

The strategy enters long when ATR volatility is rising over several bars. Risk is managed with an ATR-based stop-loss.

strategy.internals --members locked

$ inspect strategy.internals

built from 11 tuned parameters across 4 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-03-19 → 2026-06-19 ● rendered from stored data
performance --breakdown ok

$ stats --all

supporting metrics from the selected backtest

Profit Factor 1.34
Net Profit +$13,239
Sortino 0.16
Total Trades 489
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