Long-Term Quantitative Strategy Based on Volatility Bands Reversal
This article explains in detail a long-term quantitative trading strategy using volatility bands to identify reversals. It takes long positions when prices break through the lower band to ride the upside move.
I. Strategy Logic
The core indicator is volatility bands, calculated as:
-
Compute middle, upper and lower moving average bands.
-
A buy signal is generated when price breaks up through the lower band.
-
A sell signal is generated when price breaks the upper band.
-
Exits can be on sell signals or upper band breaks.
-
Stop loss is a fixed percentage.
This allows buying into downward phases, then exiting via profit taking or stops to capitalize on reversals.
II. Advantages of the Strategy
The biggest advantage is using volatility bands to identify reversal points, a mature technical analysis technique.
Another advantage is the stop loss mechanism to control risk per trade.
Finally, pyramiding also helps phase in profits after reversals.
III. Potential Risks
However, some potential issues exist:
Firstly, moving averages have lag and may cause missed best entry timing.
Secondly, profit taking and stop loss levels require careful optimization.
Finally, long holding periods mean enduring certain drawdowns.
IV. Summary
In summary, this article has explained a long-term quantitative trading strategy using volatility bands to capitalize on reversals. It can effectively detect reversal opportunities for long-term holdings. But risks like MA lags need prevention, and optimization is required for exits. Overall it provides a robust long-term trading approach.
/*backtest
start: 2023-09-07 00:00:00
end: 2023-09-12 04:00:00
period: 14m
basePeriod: 1m
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © ediks123
//strategy logic has been borrowed from ceyhun and tweaked the settings for back testing- 1
