TradingView
carlpwilliams2
1 กันยา 2022 เวลา 19 นาฬิกา 45 นาที

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) )
เพิ่มเติม