VWAP Fade strategy: rules and backtest
VWAP Fade is a counter-trend strategy: it enters against price’s deviation from the volume-weighted average and waits for a return to VWAP.
| Parameter | Value |
|---|---|
| Type | Arbitrage |
| Timeframe | H4–D1 |
| Complexity | Pro |
| Instrument | US100 |
How the signal works
VWAP is the volume-weighted average price — the level around which trades actually took place. A deviation of price from VWAP by more than one ATR is read as overextension, and the strategy enters against it, aiming for a return to VWAP.
The approach relies on price’s tendency to gravitate toward levels of heavy turnover. It works while the market oscillates around fair value and loses when VWAP itself shifts to follow a durable trend.
Verification on real data
This strategy’s rule is run on real quotes with no parameter fitting to history. The rule tested was “VWAP Fade: reversion to the volume-weighted price”:
- Long when price deviates below the cumulative VWAP by more than one ATR(14).
- Short when it deviates above VWAP by more than one ATR.
- Exit when price returns to VWAP.
Pros and cons
- Relies on a volume reference, not price alone.
- The deviation threshold is normalised to volatility via ATR.
- A clear exit target — a return to VWAP.
- Counter-trend: unprofitable during a durable price shift.
- A cumulative VWAP is inert and barely moves over a long sample.
- On forex data volume is tick-based, which lowers VWAP’s reliability.
Pitfalls
VWAP Fade is dangerous in a trend: when price moves steadily in one direction, the accumulated VWAP trails it with a lag, and counter-trend entries produce a run of losses. The second subtlety is the nature of volume: on interbank forex it is tick-based, not exchange-based, so VWAP there is less reliable than on exchange instruments.
Who it suits
For traders working instruments that range around fair value and who understand the limits of volume data on forex. In a trend the approach must be switched off.
Frequently asked questions
Why is VWAP better than a plain average for this strategy?
VWAP is volume-weighted and gravitates toward levels where large trading actually happened. A deviation from it is more meaningful than a deviation from a simple average, which weights bars on a thin and an active market equally.
Why is the threshold set in ATR?
A fixed deviation in pips would mean different things on a calm and a volatile market. A threshold of one ATR makes the entry condition comparable at any volatility.
Does it work on forex the same as on an exchange?
Worse: interbank forex has no real aggregate volume — the broker reports a tick count. VWAP on such data is less accurate than on exchange instruments.