OPEN-SOURCE SCRIPT

ATR Stop Band

View ATR Stop in a different timeframe, the default timeframe is 1D, the default ATR multiplier is 60%.

upperStop = current high + dayATR * 60%;
lowerStop = current low - dayATR * 60%;

免責聲明