NeuronAlgo
~/strategies/na-eur-s-001 backtest

Quant Strategy

Ara

NA-FX-013 · EUR/USD · H1

CAGR +4.48%
Sharpe 0.67
Win Rate 44.03%
Max Drawdown -7.96%
strategy.spec --general ok

$ cat strategy.spec

operational specification — published in full, for everyone

Symbol EUR/USD
Timeframe H1
Direction short only
Holding Horizon Swing
Entry Style Momentum / Trend-following
Risk Model ATR-based stop-loss & profit target · trailing stop
// entry logic — short

The strategy enters short when the indicator confirms the setup, confirmed by the indicator rising over several bars, the RSI oscillator rising over several bars, the indicator rising over several bars, the indicator confirming the setup, and the indicator rising over several bars. Risk is managed with an ATR-based stop-loss and profit target, and a trailing stop.

strategy.internals --members locked

$ inspect strategy.internals

built from 10 tuned parameters across 9 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.40
Net Profit +$14,018
Sortino 0.25
Total Trades 636
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