TradingView
carlpwilliams2
1 de Set de 2022 19:45

Price based ATR% 

Waves / TetherUSBinance

Descrição

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) )
Mais