Volatility Breakthrough Strategy
Overview
The Volatility Breakthrough Strategy is a strategy that makes buy and sell operations when prices break through key support or resistance levels in volatility patterns. This strategy combines multiple technical indicators to identify key trading opportunities.
Strategy Principle
This strategy is mainly based on Bollinger Middle Band, 48-day Simple Moving Average (SMA), MACD and ADX four technical indicators. The specific logic is:
-
Consider trading opportunities when closing price crosses above or below 48-day SMA;
-
When closing price breaks through Bollinger Middle Band, it serves as entry signal;
-
MACD greater than or less than 0, serves as an auxiliary indicator to determine trend direction;
-
ADX greater than 25 to filter out non-trending markets.
When the above four conditions are met, go long or go short.
Advantages of the Strategy
This is a strategy that combines trend and volatility indicators. Its main advantages are:
-
48-day SMA filters out excessively frequent trading and locks in medium-long term trends;
-
Bollinger Middle Band breakout grasps key support/resistance breakout points with strong stop loss function;
-
MACD judges the direction of major trends, avoiding trading against the trend;
-
ADX filters non-trending markets and improves win rate of the strategy.
In summary, this strategy has made optimizations in controlling trading frequency, grasping key points, determining trend direction and filtering invalid moves, thus having a relatively high win rate.
Risks of the Strategy
The main risks of this strategy are:
-
In volatile markets, Bollinger Middle Band may trigger too many trading opportunities, leading to over trading;
-
ADX indicator also has some errors in determining trends and invalid moves;
-
Relatively large drawdown risk, suitable for investors who can bear certain level of risk.
Optimization Directions
This strategy can be further optimized in the following aspects:
-
Add ATR indicator to set stop loss points and reduce per stop loss;
-
Optimize Bollinger parameters to reduce middle line triggering frequency;
-
Add trading volume or trend strength indicators to determine the strength of trends, avoiding weak reversal trades.
Summary
In summary, this Volatility Breakthrough Strategy is relatively mature as a whole, effectively capturing key trading points in volatile markets. It combines trend and volatility indicators, balancing between risk and return. With further optimization, it is expected to obtain more steady excess returns.
/*backtest
start: 2023-12-11 00:00:00
end: 2023-12-12 00:00:00
period: 10m
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/
// © 03.freeman
//Volatility Traders Minds Strategy (VTM Strategy)
//I found this startegy on internet, with a video explaingin how it works.- 1

