khedzcool

publiblished new idea SPY S&P 500

SP:SPX   S&P 500 Index
study(title = "Arnaud Legoux Moving Average", shorttitle="ALMA", overlay=true)

source = close

windowsize = input(title="Window Size", type=integer, defval=9)
offset = input(title="Offset", type=float, defval=0.85)
sigma = input(title="Sigma", type=float, defval=6)

plot(alma(source, windowsize, offset, sigma))

Related Ideas

Disclaimer

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.