PROTECTED SOURCE SCRIPT
تم تحديثه Swing Trade - Jay Swing

shortest = ema(low, 9)
short = sma(low, 45)
longer = ema(close, 100)
longest = ema(close, 200)
ملاحظات الأخبار
ema adjusted to 7ملاحظات الأخبار
EMA 6/22/50/100/150/200#TAYOR
ملاحظات الأخبار
updated 150/200ملاحظات الأخبار
EMA 10/20/50/100/150/200ملاحظات الأخبار
VERSION EMA10,20,50,100,200
ملاحظات الأخبار
colour change, remove ema150ملاحظات الأخبار
latest version//JayIskandarSwinger
study(title="JaySwing", shorttitle="Jay Ema Swing", overlay=true)
sma20 = sma(close, 20)
sma50 = sma(close, 50)
ema10 = ema(close,10)
ema20 = ema(close, 20)
ema50 = ema(close, 50)
ema200 = ema(close, 200)
plot(sma20, "SMA20", color = #EBE700)
plot(sma50, "SMA50", color = #787600)
plot(ema10, "EMA10", color = #0000ED)
plot(ema20, "EMA20", color = #00004D)
plot(ema50, "EMA50", color = #07C700)
plot(ema200, "EMA200", color = #036900)
ملاحظات الأخبار
addded SMA10نص برمجي محمي
تم نشر هذا النص البرمجي كمصدر مغلق. However, you can use it freely and without any limitations – learn more here.
إخلاء المسؤولية
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.
نص برمجي محمي
تم نشر هذا النص البرمجي كمصدر مغلق. However, you can use it freely and without any limitations – learn more here.
إخلاء المسؤولية
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.