Kavin301

ATR Trend Reversal Zone indicator

Kavin301 Updated   
This indicator helps avoid taking reversal trades too close to the 21 EMA, which may fail since the market often continues its trend after retracing from the 21 EMA level. It does not generate a direct signal for reversal trades but rather indicates points where you can consider potential reversal trades based on your trading methodology

This script defines an indicator that calculates the 21 Exponential Moving Average (EMA) and the Average True Range (ATR) for a given period. It then computes the distance between the most recent closing price and the 21 EMA in terms of ATR units. If this distance is equal to or greater than 3 ATRs, a small green circle is plotted below the corresponding bar on the chart, indicating a potential reversal condition.
Release Notes:
Update:
This script will plot a red circle above the candle when the distance is greater than or equal to 3 and the close is above the 21 EMA. It will also plot a green circle below the candle when the distance is less than or equal to 3 and the close is below the 21 EMA.

It is strongly recommended to adjust the ATR values and thoroughly back test this indicator for the specific instrument and time frame you intend to trade.
Release Notes:
Update:
Will update the script with ATR bands to increase performance.
Release Notes:
-
Open-source script

In true TradingView spirit, the author of this script has published it open-source, so traders can understand and verify it. Cheers to the author! You may use it for free, but reuse of this code in a publication is governed by House Rules. You can favorite it to use it on a chart.

Disclaimer

The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.

Want to use this script on a chart?