8 min read

Multi Composite Scoring Based on Neural Network Discoveries

Forex AUDCAD Mean Reversion

Introduction

When neural network research starts feeding back into discretionary and rule-based trading, the results can be surprisingly elegant. This strategy distils insights from machine learning experimentation into a composite mean reversion system that layers RSI extremes with high-quality candlestick reversal patterns on AUDCAD 15-minute charts. The approach is directionally neutral — going long at oversold bounces confirmed by Bullish Pin Bars, and short at overbought rejections confirmed by Evening Star formations. It is designed to perform best in range-bound or choppy market conditions where price oscillates between defined extremes rather than trending persistently in one direction.

The Australian and Canadian dollars are both commodity-linked currencies, and in early 2026 commodity markets have been under pressure as global trade uncertainty mounts. With the US Federal Reserve holding rates steady and the Reserve Bank of Australia navigating a delicate inflation path, AUDCAD has been trading in a well-defined range — precisely the environment where mean reversion strategies carry their strongest edge. Traders watching the pair have noted that intraday swings are reliably snapping back to the mean after emotional overextension, creating repeatable setups for rules-based systems like this one.

The Anatomy of the Trade

The Logic: What Inefficiency Are We Exploiting?

Two commodity currencies from similar economic cycles tend to track each other closely over the medium term. When short-term sentiment pushes AUDCAD to statistical extremes, there is a strong structural pull back toward equilibrium. The RSI quantifies that extension objectively, flagging moments when momentum has overshot. But RSI alone is notoriously unreliable as a standalone trigger — it can stay pinned at extremes during momentum-driven moves. The candlestick confirmation layer addresses this directly: we don’t trade every RSI extreme, only those where price itself provides a visual signal of shifting supply and demand. This confluence of oscillator and price structure is where the genuine edge lives.

The Bullish Pin Bar for long entries represents buyers aggressively rejecting lower prices within a single candle — wicking deeply into oversold territory before closing near the high. The Evening Star for short entries is a three-candle reversal pattern signalling that a rally has exhausted itself and sellers have taken control. Together with an RSI cross through an extreme threshold, these patterns represent the highest-probability confluence available on a 15-minute chart without introducing lag from additional indicators.

Setup Requirements

Entry Rules

All conditions must align before entering. A partial setup — RSI cross without the candlestick pattern, or the pattern without the RSI trigger — is not a valid trade.

Enter at the close of the confirmation candle. For the Evening Star this means waiting for the third candle to fully form before placing the order. Anticipating the pattern risks entering on an incomplete signal that may not materialise.

Exit Rules

The stop loss is non-negotiable. AUDCAD is a low-volatility pair but it can trend aggressively during commodity shocks or central bank surprises. An ATR-based stop ensures you are not swept out by ordinary intraday noise while still protecting against a genuine directional breakout that invalidates the mean reversion premise.

Risk Management

⚡ Strategy Note
SYMBOL:       AUDCAD

TIMEFRAME:    15m

LONG ENTRY:  RSI crosses above 30
              AND Bullish Pin Bar pattern completes

SHORT ENTRY: RSI crosses below 70
              AND Evening Star formation completes

STOP LOSS:   1.5 × ATR from entry

TAKE PROFIT: 2:1 minimum reward-to-risk
              // Or RSI reaches opposite extreme

RISK:        1-2% per trade, max 2 concurrent positions

Copy the above rules into your Arconomy Strategy Designer. See Working with Strategy Notes for guidance on adding a Strategy Note to your rule set.

Common Pitfalls

Mean reversion strategies on correlated currency pairs carry specific failure modes that differ from high-volatility assets. Understanding them before going live is as important as knowing the entry rules.

Ignoring Extended Trending Conditions

AUDCAD can trend persistently for weeks when commodity cycles diverge — for instance when iron ore prices move independently from oil. During such phases, RSI will signal oversold or overbought repeatedly while price continues in the same direction. If price is making consecutive higher highs or lower lows over several hours, pause all mean reversion entries regardless of the RSI reading.

Trading Through High-Impact Macro Events

The Australian and Canadian dollars react sharply to central bank rate decisions (RBA and BoC), commodity price shocks (oil and iron ore), and Chinese economic data releases. A single CPI surprise can push AUDCAD through ATR-based stops in seconds. Check the economic calendar before each session. If a Tier 1 event is scheduled within four hours, skip the setup entirely — the risk/reward calculus changes fundamentally around news.

Overtrading and Skipping the Candlestick Filter

After a string of clean setups, the temptation is to trade every RSI extreme without waiting for the Pin Bar or Evening Star to complete. Resist this entirely. The candlestick confirmation is not an optional bonus — it is the mechanism that separates genuine reversals from momentum traps. Removing it transforms a selective edge into random noise.

Curve-Fitting RSI Thresholds

Default RSI parameters (14 periods, 30/70 thresholds) exist because they capture genuine statistical extremes across a wide range of market conditions and instruments. It is tempting to adjust thresholds to 25/75 or optimise the period based on recent backtest performance. Over-fitting to historical data produces strategies that fall apart in live conditions. Stick with defaults unless you have a compelling structural reason — and test any change across at least 12 months of data before adopting it.

Revenge Trading After Drawdowns

Mean reversion strategies on low-volatility pairs like AUDCAD experience long stretches of small wins followed by occasional outsized losses when a trending move catches open positions. After two consecutive stops, step back and reassess whether the market has shifted from range-bound to trending. Doubling position size after a losing trade to recover losses is the single fastest path to a blown account. Discipline in drawdown is what separates systematic traders from gamblers.

Build Strategy using Arconomy

The Multi Composite Scoring Based on Neural Network Discoveries strategy can be assembled inside the Arconomy Strategy Designer using the following rule configuration — no coding required.

Step Rule(s) Required Description Key Configuration
Data Price Data Load AUDCAD price data with 15-minute candles to capture intraday mean reversion signals
  • Symbol: AUDCAD
  • Timeframe: 15m
Entry RSI
Candle Pattern
RSI identifies oversold and overbought extremes while Pin Bar and Evening Star confirm genuine reversal intent
  • RSI Period: 14
  • Long when RSI crosses above: 30
  • Short when RSI crosses below: 70
  • Long Pattern: Bullish Pin Bar
  • Short Pattern: Evening Star
Risk ATR
Place Trade
ATR scales stops to current AUDCAD volatility while a fixed R:R target ensures positive expectancy over time
  • ATR Period: 14
  • Stop Loss: 1.5 × ATR
  • Take Profit: 2:1 R:R
  • Account Risk: 1–2%
Exit RSI RSI reaching the opposite extreme provides a dynamic early exit signal before price hits the fixed take profit
  • Exit Long when RSI above: 70
  • Exit Short when RSI below: 30
Backtest Validate across both ranging and trending periods to confirm the strategy performs selectively in the correct regime
  • Minimum Period: 6 months
  • Include: Ranging and trending phases
  • Spread: Model realistic AUDCAD spreads

Backtest Considerations

Run this strategy across a minimum of six months of AUDCAD 15-minute data, ensuring the sample includes both clearly ranging periods and at least one sustained trending phase. Testing only on a range-bound window will inflate results dramatically. If possible, include the commodity-shock volatility periods of 2024–2025 as a stress test against the mean reversion assumption — the strategy should show reduced trade frequency and wider drawdowns during those windows, which is expected and healthy behaviour.

Key metrics to watch: profit factor should exceed 1.3 on an honest backtest with realistic spreads; maximum drawdown should stay below 15% of peak equity; and trade distribution should show the strategy sitting on the sidelines during trending phases rather than churning losing trades. A lopsided distribution of losses clustered in a short window likely indicates a trending period where the filter failed. Consult the Arconomy Backtesting Guide for methodology and metric benchmarks.

AUDCAD typically trades with spreads of 1.5–3 pips during London and New York sessions, widening to 4–6 pips during the Asian session when liquidity thins. Build in at least 2 pips of round-trip spread cost plus 0.5 pips slippage on stop orders in your backtest assumptions. On 15-minute charts with ATR-based stops, these costs are manageable, but they meaningfully impact strategies that trade frequently on small R multiples. Prefer setups where RSI is deeply extended (sub-25 or above 75) for larger expected moves that justify the transaction cost.

Key Takeaways

  • This strategy exploits the statistical tendency of AUDCAD — two correlated commodity currencies — to revert to equilibrium after short-term overextension driven by sentiment rather than fundamentals.
  • The combination of RSI extreme crosses with Bullish Pin Bar or Evening Star confirmation creates a high-selectivity filter that rejects the majority of RSI signals, keeping only those with genuine reversal structure.
  • ATR-based position sizing and a strict 2:1 minimum reward-to-risk ratio ensure the strategy can sustain a sub-50% win rate while remaining profitable over a sample of trades.
  • Avoid trading during macro events affecting AUD or CAD — RBA decisions, BoC meetings, oil price shocks, and Chinese economic data can all create momentum conditions that invalidate mean reversion assumptions.
  • Backtesting across at least six months, including both ranging and trending market phases, is essential before deploying live capital — a strategy tested only in ranging conditions will be dangerously over-fitted.

Credits

This strategy was shared by Artcheezy on r/algotrading.

This trading idea is for educational and informational purposes only. It does not constitute financial advice. Past performance, whether actual or simulated, is not indicative of future results. Always do your own research and never risk more than you can afford to lose.

Ready to build this strategy?

Try it yourself on the Arconomy platform — no code required.

Build This Strategy