ATR Trailing Stop Strategy with Fibonacci Retracement Targets
1
Follow
1802
Followers
Overview
This strategy combines Average True Range (ATR) trailing stop and Fibonacci retracement lines to design a trend following strategy with stop loss protection. When price breaks through the ATR trailing stop line, the strategy starts to follow the trend. At the same time, Fibonacci retracement lines are used to set price targets, achieving an organic combination of trend following, stop loss and take profit.
Strategy Logic
- Calculate ATR value and ATR trailing stop line. The ATR trailing stop line is calculated by multiplying ATR value by a factor (e.g. 3.5).
- Calculate three Fibonacci retracement lines as profit targets. Fibonacci retracement lines are positioned between the ATR trailing stop line and the new high/low point according to Fibonacci ratios (e.g. 61.8%, 78.6%, 88.6%).
- Generate buy/sell signals when price breaks through the ATR trailing stop line to follow the trend.
- Set take profit targets at the three Fibonacci retracement lines.
Advantages
- ATR stop loss can effectively control risks and prevent losses from expanding.
- Fibonacci targets allow decent profits during trends while avoiding chasing tops and bottoms.
- The strategy logic is simple and easy to implement.
- Flexibility to adjust ATR factor and Fibonacci settings to adapt to different markets.
Risks
- Frequent ATR stop loss triggers in ranging markets, leading to excessive trading.
- Possibilities of missing pullbacks and adjustments.
- Parameter optimization needed for ATR period etc.
Enhancement
- Incorporate trend filter to avoid trading in ranging markets.
- Add re-entry mechanism to reduce missing pullbacks.
- Test and optimize ATR period, ATR multiplier, Fibonacci parameters etc.
Summary
The strategy integrates two important technical analysis methods – ATR trailing stop and Fibonacci retracement for trend following, risk control and profit targeting. With further optimizations, it can become a very practical trend trading strategy that is more robust and adaptive to market conditions.
Source
Pine
Strategy parameters
Related strategies
Comment
All comments (0)
No data
- 1

