Type/to search

ADX-Filtered SuperTrend Pivot Trading Strategy

Cryptocurrency
Created: 2024-02-19 15:01:36
Last modified: 2 years ago
1
Follow
1782
Followers

img

Overview

This strategy combines SuperTrend pivot points and the ADX indicator for high-frequency trading. The SuperTrend lines dynamically calculate the latest support and resistance levels to determine price trends and generate trading signals. The ADX indicator measures trend strength and acts as a filter, only taking trades when the trend is strong enough.

Strategy Logic

  1. Calculate pivot support and resistance lines. Take the closing price and add/subtract an ATR range above and below. Breaks of these lines signal trend reversions.

  2. ADX determines trend strength. High ADX values indicate a strong trend.

  3. Combine both for trade signals. Go long/short only on pivot breaks and high ADX.

Advantage Analysis

Advantages of this strategy:

  1. Dynamic SuperTrend lines quickly identify breakouts.

  2. ADX filter avoids false signals during range-bound markets.

  3. Good risk-reward ratio and drawdown control.

Risk Analysis

Risks of this strategy:

  1. Gap moves can invalidate SuperTrend lines.

  2. Poor ADX threshold setting impacts performance.

  3. High trading frequency increases transaction costs.

Solutions:

  1. Optimize parameters to allow wider breakout ranges.

  2. Test for better ADX values.

  3. Reduce trade frequency.

Optimization Directions

Areas for improvement:

  1. Optimize ATR multiplier for more robust lines.

  2. Test different ADX parameters.

  3. Add stop-loss to limit losses.

Conclusion

This strategy combines the strengths of SuperTrend and ADX to identify high-probability trend reversal points, filtered by ADX for quality. With parameter tuning and mechanisms adjustments, it can become a steady profit-generating high-frequency strategy.

Source
Pine
/*backtest
start: 2023-02-12 00:00:00
end: 2024-02-18 00:00:00
period: 1d
basePeriod: 1h
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/

//@version=4
strategy("STPP20 + ADX", overlay = true)

///////////////////////////
Strategy parameters
Strategy parameters
EMA Source
Pivot Point Period
ATR Factor
ATR Period
Source
Offset
Comment
All comments (0)
No data
No data
  • 1
iPhone Download
Forums
PINE Language
© 2015 - ∞ INVENTOR PTE LTD (SG)