Type/to search

Long-Term Quantitative Strategy Based on Volatility Bands Reversal

Cryptocurrency
Created: 2023-09-15 11:34:45
Last modified: 3 years ago
1
Follow
1781
Followers

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:

  1. Compute middle, upper and lower moving average bands.

  2. A buy signal is generated when price breaks up through the lower band.

  3. A sell signal is generated when price breaks the upper band.

  4. Exits can be on sell signals or upper band breaks.

  5. 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.

Source
Pine
/*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
Strategy parameters
Strategy parameters
Band Average
Volatility Period
Deviation Factor
Lower Band Adjustment
Risk % of capital
Stop Loss
Exit on
Comment
All comments (0)
No data
No data
  • 1
iPhone Download
Forums
PINE Language
© 2015 - ∞ INVENTOR PTE LTD (SG)