50/200

//@version=3
study("50/200", overlay=true)
plot(ema(close, 50), color=#0000FF, linewidth=3, title='50  EMA')
plot(ema(close, 200), color=#800000, linewidth=3, title='200 EMA')

Comments

Popular Posts