// Identify potential trend reversals using ADX on up to 40 crypto assets. // ADX shows the strength of a trend, not the direction. // By monitoring the difference of ADX values between candles, you can potentially identify reversals before they happen. // A strong trend has a 14 period ADX slope increasing .5 or more from the prior candle. // At a minimum, a weak trend has a 14 period ADX slope of +.25 or less, and strictly it would be decreasing. // This indicator prints one row for each asset with three columns for ADX differences one candle back each. // The asset name is colored green or red dependent on whether +DI > -DI or not.
The market was in a down trend (-DI > +DI).
A bullish wave moved price up to EMA 8 resistance with strong ADX momentum (ADX diff of prior candle >= 0.5).
A Spinning Top showed that the trend was losing momentum (ADX diff lower than previous candle, showed the bullish wave losing momentum).
A Morning Star bearish reversal pattern draws resistance at the high of the pattern. (ADX Bullish momentum exhausted).
진정한 TradingView 정신에 따라, 이 스크립트의 저자는 트레이더들이 이해하고 검증할 수 있도록 오픈 소스로 공개했습니다. 저자에게 박수를 보냅니다! 이 코드는 무료로 사용할 수 있지만, 출판물에서 이 코드를 재사용하는 것은 하우스 룰에 의해 관리됩니다. 님은 즐겨찾기로 이 스크립트를 차트에서 쓸 수 있습니다.