OPEN-SOURCE SCRIPT

EMA ME (12-32)

//version=5
indicator("EMA 12 & 32", overlay=true)

// محاسبه EMA ها
ema12 = ta.ema(close, 12)
ema32 = ta.ema(close, 32)

// رسم EMA ها روی نمودار
plot(ema12, color=color.blue, linewidth=2, title="EMA 12")
plot(ema32, color=color.red, linewidth=2, title="EMA 32")
Breadth Indicators

Open-source script

In true TradingView spirit, the author of this script has published it open-source, so traders can understand and verify it. Cheers to the author! You may use it for free, but reuse of this code in publication is governed by House rules. You can favorite it to use it on a chart.

Want to use this script on a chart?

Disclaimer