OPEN-SOURCE SCRIPT

SMA بسيط

33
//version=5
indicator("SMA بسيط", overlay=true)
len = input.int(20, "طول الـ SMA")
smaVal = ta.sma(close, len)
plot(smaVal, title="SMA", linewidth=2)

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.