OPEN-SOURCE SCRIPT

Price based ATR%

1 220
This script shows upto two lines that represent a deviation from the price based on a multiple of the ATR%

close + ( (close / 100) * ( atr * upperMultiplier) )
and
close - ( (close / 100) * ( atr * lowerMultiplier) )

免責聲明

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.