Super ATR Trend Following Strategy
Overview
The Super ATR Trend Following Strategy is an ATR indicator based trend following strategy. It uses the ATR indicator to measure market volatility and sets stop loss based on multiple ATRs to track trends.
Strategy Logic
The strategy first calculates the ATR indicator, which is the moving average of the price volatility over the past N days, to represent market risk and volatility. The strategy allows us to change the ATR calculation method, either regular ATR or SMA.
Then the upper and lower bands are calculated based on ATR value multiplied by a factor, ie: close - Multiplier * ATR for upper band; close + Multiplier * ATR for lower band. This forms an ATR based trend channel.
We then judge if the current price breaks through the upper or lower band of the channel. If price breaks through the upper band, it is judged as entering a downtrend; if price breaks through the lower band, it is judged as entering an uptrend. When there is a trend breakout, we make the corresponding buy and sell.
In addition, the strategy has set a trading time window to only trade in the specified date time range.
Advantage Analysis
This indicator channel based trend following strategy has the following advantages:
- Using ATR indicator to automatically adjust stop loss position effectively controls risks
- ATR considers price volatility, more reasonable stop loss
- Increase entry precision by channel breakout
- Allows adjustment of ATR calculation method, more flexible
- Setting trading window avoids strategy failure during significant events
In general, this is a simple and practical trend following strategy that can effectively control risks and obtain good returns.
Risk Analysis
There are also some risks to this strategy:
- Market may have violent changes that ATR fails to react timely, resulting in too loose stop loss
- Price may range in channel when sentiment diverges, increasing trading risk
- Fixed multiple may not suit all products, needs adjustment accordingly
- setWindow limits trading opportunities, may miss good trades if not set properly
To control these risks, we can take the following measures:
- Combine other indicators to determine market condition, avoid solely relying on ATR
- Add filters to avoid invalid breakout introducing trade risk
- Select proper multiplier according to historical characteristics of different products
- Optimize and test setWindow parameters to ensure proper setup
Optimization
There is room for further optimization of this strategy:
- Introduce machine learning algorithms to dynamically optimize multiplier
- Incorporate sentiment indicators etc to optimize channel range
- Add volume or volatility confirmation to avoid invalid breakout
- Utilize advanced time based strategy framework for backtest
These optimizations can further improve the stability and profitability of the strategy.
Conclusion
Overall this is a very practical trend following strategy. It builds an adaptive channel using ATR indicator and determines entries by channel breakouts. The strategy is simple and effective to control risks, suitable for tracking mid-long term trends. We also proposed further risk control and optimization suggestions to make the strategy more robust.
- 1

