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

Quant Strategy

Aries

NA-FX-014 · GBP/NZD · H1

CAGR +2.87%
Sharpe 0.44
Win Rate 36.84%
Max Drawdown -18.52%
strategy.spec --general ok

$ cat strategy.spec

operational specification — published in full, for everyone

Symbol GBP/NZD
Timeframe H1
Direction long only
Holding Horizon Swing
Entry Style Momentum / Trend-following
Risk Model ATR-based stop-loss & profit target · move-to-breakeven
// entry logic — long

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

strategy.internals --members locked

$ inspect strategy.internals

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

$ stats --all

supporting metrics from the selected backtest

Profit Factor 1.30
Net Profit +$7,617
Sortino 0.15
Total Trades 513
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