TradingView
carlpwilliams2
Sep 1, 2022 7:45 PM

Price based ATR% 

Waves / TetherUSBinance

描述

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) )
更多