News Catalyst
Crude oil heads into 18 May 2026 caught between a hot geopolitical bid and a soft macro print. Reuters is reporting a drone strike at a UAE nuclear power plant as the Iran war deadlock endures, while a parallel Reuters piece notes rising diesel costs from the conflict straining US school budgets — both signals that the supply premium baked into Brent (XBRUSD) is sticky. Working against that bid, today's economic calendar releases China Industrial Production YoY (forecast 5.9 vs prior 5.7), China Retail Sales YoY (2.0 vs 1.7), and Japan GDP QoQ Preliminary (0.4 vs 0.3) — all of which feed directly into Asia-Pac crude demand expectations. The setup — a pre-stretched market with two-way drivers — is exactly the regime where a mean reversion entry on extreme RSI extensions tends to pay, because every push past the prior range is met by an opposing macro datapoint within hours.
Trade Summary
This is a daily-bar RSI mean reversion system on Brent Crude (XBRUSD) — it fades extreme readings on the RSI(14), waits for a Candle Pattern reversal (Morning Star for longs, Bearish Pin Bar for shorts), and risks position size off an ATR-derived stop. The directionality is neutral — the system is fully symmetrical and willing to take both sides depending on which extreme the market reaches first.
It performs best in a high-volatility, headline-driven oil tape where price routinely overshoots and then reverts — the exact regime created by ongoing Iran/Gulf war reporting layered over competing Asia-Pac demand data. It should be turned off in trending breakaway regimes where RSI can sit above 70 or below 30 for weeks without reverting.
The Anatomy of the Trade
The Logic: What Inefficiency Are We Exploiting?
Crude oil is a headline-driven instrument with a permanent supply-shock bid. When RSI(14) on the daily timeframe crosses below 30, price has fallen further or faster than the rolling 14-day average gain/loss ratio can justify — usually because a single news cycle (demand fear, OPEC noise, a strategic reserve release) has dominated the tape. The mean reversion edge comes from the fact that fundamental supply/demand for crude does not change as fast as those headlines do, so price tends to revert back toward equilibrium once the news cycle rotates.
Stacking an RSI extreme with a candlestick reversal at the same close is a confluence filter: RSI tells us the move is exhausted, and the Morning Star or Bearish Pin Bar tells us the next bar is already losing momentum. Either signal alone is too noisy on daily crude — together they cut the false-positive rate sharply, at the cost of fewer setups per month.
Setup Requirements
- Primary indicator: RSI(14) on the daily close — the standard period preserves enough sensitivity to catch single-day washouts without being whipsawed.
- Confirmation: Morning Star three-bar pattern for long entries, Bearish Pin Bar for short entries.
- Risk management: ATR(14) used to size the stop at 1.5× ATR from entry, normalising volatility across regimes.
- Primary symbol: XBRUSD (Brent Crude) — deep liquidity, clean daily candles, and a track record of RSI extremes resolving within 3–10 sessions.
- Timeframe: Daily — matches Ken Long's published "daily trading plan" cadence and keeps the strategy clear of intraday inventory and pipeline-headline whipsaws.
- Adaptability: The template ports cleanly to WTI (XTIUSD) and to natural gas with a wider ATR multiple; it is less suitable for trending crypto or single-name equities.
Entry Rules
All conditions for a single direction must align on the close of the daily bar before any order is placed.
- Long entry: RSI(14) crosses above 30 from below and the most recent three-bar pattern resolves into a Morning Star.
- Short entry: RSI(14) crosses below 70 from above and the most recent bar prints a Bearish Pin Bar.
Enter at the close of the confirmation candle — do not chase fills on the next session's open.
Exit Rules
- Stop loss: 1.5× ATR(14) from the entry price, fixed at the time of entry.
- Take profit: Minimum 2:1 reward-to-risk — first target at 3.0× ATR(14) in favour of the trade.
- Secondary exit: RSI reaches the opposite extreme (above 70 for a long, below 30 for a short) or prints a divergence against the move — close the trade at the next daily close.
The 1.5× ATR stop is non-negotiable: crude oil routinely spikes through "soft" mental stops on Asia-session headline gaps.
Risk Management
- Risk per trade: 1–2% of account equity.
- Risk-to-reward ratio: Minimum 2:1; skip signals where the next swing barrier sits inside the 2R target.
- Position sizing: Example — on a $25,000 account risking 1% ($250) with ATR(14) of $1.20 on Brent, the stop is $1.80 (1.5× ATR), so position size is $250 ÷ $1.80 = ~138 units of XBRUSD.
- Maximum concurrent positions: One XBRUSD trade at a time; if WTI is also showing a setup, take only the cleaner of the two to avoid stacked correlated risk.
Add the pseudo-code below into the Strategy Builder and attach a Strategy Note (see the Rules Library for working with rules) so the entry logic is documented alongside the build.
SYMBOL: XBRUSD
TIMEFRAME: Daily
LONG ENTRY:
RSI(14) crosses above 30 from below
AND Morning Star candle confirmed on close
SHORT ENTRY:
RSI(14) crosses below 70 from above
AND Bearish Pin Bar confirmed on close
STOP LOSS: 1.5 × ATR(14) from entry
TAKE PROFIT: 3.0 × ATR(14) (2:1 minimum reward-to-risk)
// Or close on opposite RSI extreme or divergence
RISK: 1–2% of equity per trade
Common Pitfalls
Even a clean RSI + candle confirmation system fails in identifiable ways. The five below are the ones most likely to bite a daily XBRUSD trader.
Low volatility or compressed ranges
When ATR(14) on Brent drops below the trailing six-month median, RSI extremes become meaningless — price is not actually overstretched, it is just chopping. If ATR is in the bottom quartile of the last 120 sessions, skip the signal entirely rather than taking a setup with no edge.
OPEC+ and Strategic Petroleum Reserve announcements
Crude oil has a small set of scheduled events — OPEC+ ministerial meetings, EIA Petroleum Status Reports (Wednesdays), API inventory data (Tuesdays) — that can move XBRUSD 3–5% in a single session. Do not hold a fresh mean reversion entry through one of these releases; close before the print or wait one full session after to let the new range establish.
Overtrading by relaxing the confirmation candle
It is tempting to take an RSI cross without the Morning Star or Bearish Pin Bar — especially during a quiet week. Resist that temptation. The candlestick filter is the entire edge of the strategy; the RSI extreme alone has a coin-flip win rate on daily crude.
Curve-fitting the RSI thresholds
30/70 are the standard Wilder thresholds. Backtesters often discover that 25/75 or 20/80 produce a cleaner equity curve on a specific 2-year sample — and then watch the strategy collapse out-of-sample. Keep the thresholds at 30/70 unless you have at least 200 trades across two distinct volatility regimes to justify a change.
Revenge trading after a stop-out on a news gap
The worst drawdowns on this system come from chasing the next setup immediately after a 1.5× ATR stop fires on a geopolitical gap. After any losing trade caused by a news gap, mandate a one-session cooldown and re-evaluate whether the volatility regime is still favourable.
Build Strategy using Arconomy
The Strategy Designer can replicate the Brent Crude RSI Mean Reversion Strategy using the following stack of rules. Each row maps a single block in the builder canvas to its purpose in the entry/exit logic.
| Step | Rule(s) Required | Description | Key Configuration |
|---|---|---|---|
| Data | Price Data | Daily OHLC feed for XBRUSD. |
|
| Entry | RSI + Candle Pattern | RSI extreme combined with a candle reversal on the same close generates the directional trigger. |
|
| Risk | ATR + Place Trade | ATR normalises position size to current volatility before the order is placed. |
|
| Exit | Stop Loss + Take Profit | Symmetric reward target plus a secondary RSI-based exit handle the trade lifecycle. |
|
| Backtest | Run the full configuration against the historical Brent daily feed to validate the edge. |
|
Backtest Considerations
Use a minimum of five years of daily XBRUSD data so the sample includes at least two distinct volatility regimes — for example the 2020 demand collapse, the 2022 Russia/Ukraine supply shock, and the 2024–2026 Middle East escalation cycle. Anything shorter risks anchoring the parameter set to a single macro environment.
The headline metrics to track are profit factor (target > 1.3), maximum drawdown (should remain under 20% of starting equity), average trade duration in days, and the distribution of winners vs losers — a healthy mean reversion system on crude typically shows a win rate of 45–55% with average winners larger than average losers. The Arconomy backtesting documentation covers the full metric set.
Model spread at 3–5 pips on XBRUSD with most retail brokers, slippage of 0.05–0.15% on daily-close fills during news weeks, and assume thinner liquidity on Asia-session opens following geopolitical headlines. Stress test by widening slippage to 0.25% on news-driven exits to confirm the edge survives realistic execution.
Key Takeaways
- The core edge is fading exhausted RSI(14) extremes on daily XBRUSD that are confirmed by a same-close candlestick reversal — not RSI extremes alone.
- Confluence between the RSI signal and the Morning Star or Bearish Pin Bar pattern is what filters out the coin-flip setups; relaxing either condition collapses the win rate.
- Risk is sized off ATR(14) at 1.5×, fixed at entry, and capped at 1–2% of equity per trade with one XBRUSD position open at a time.
- Turn the system off when ATR drops into the bottom quartile of the last 120 sessions and avoid holding through EIA inventory, OPEC+ meetings, or open Iran/Gulf headlines.
- Backtest on at least five years of daily data spanning multiple volatility regimes before committing real capital, and model realistic spread, slippage and Asia-session liquidity gaps.
Credits
The strategy idea originated from the following YouTube channel. Concepts have been adapted and structured for systematic implementation by Arconomy.
Ken Long's "Daily Trading Plan 20260515 sniper trade of the day sample" walks through how he isolates a single high-conviction daily setup using overbought/oversold extremes plus a candlestick trigger — the same two-filter structure (extreme + reversal candle) that this Brent Crude blog post systematises into explicit RSI(14) thresholds and named candle patterns.