Lastavard01

Hareketli Ortalama COMBO + PLUS

Lastavard01 Updated   
In addition to author KıvanÇ @fr3762 "Hareketli Ortalama COMBO" script, I have added 4 more lines to to guess for future market direction.

Lines below are moving averages 10. 22, 35

///MOVING AVERAGE
length5 = input(10, "Ema Length5")
plot(ema(src, length5), color=purple, linewidth=2, title="MOV5")

//MOVING AVERAGE
length6 = input(22, "Ema Length6")
plot(ema(src, length6), color=green, linewidth=2, title="MOV6")

//MOVING AVERAGE
length7 = input(35, "Ema Length7")
plot(ema(src, length7), color=lime, linewidth=2, title="MOV7")


Line below is RSI MOVING AVERAGE

length8 = input(100, "RSI MA Length8")
plot(rma(src, length8), color=aqua, linewidth=2, title="MOV8")


Kıvanç @fr3762 "Hareketli Ortalama COMBO" suna ek olarak 4 farklı hareketli ortalama daha ekledim.

Hareketli ortalamalar, 5 , 6 , 7 değer olarak sırası ile 10, 22 ve 35
RSI hareketli ortalama olarak ise 100 değeri aldım 8. satırda
Release Notes:
In addition to author KıvanÇ @fr3762 "Hareketli Ortalama COMBO" script, I have added 4 more lines to to guess for future market direction.

Lines below are moving averages 10. 22, 35

///MOVING AVERAGE
length5 = input(10, "Ema Length5")
plot( ema ( src , length5), color=purple, linewidth=2, title="MOV5")

//MOVING AVERAGE
length6 = input(22, "Ema Length6")
plot( ema ( src , length6), color=green, linewidth=2, title="MOV6")

//MOVING AVERAGE
length7 = input(35, "Ema Length7")
plot( ema ( src , length7), color=lime, linewidth=2, title="MOV7")


Line below is RSI MOVING AVERAGE

length8 = input(100, "RSI MA Length8")
plot(rma( src , length8), color=aqua, linewidth=2, title="MOV8")


Kıvanç @fr3762 "Hareketli Ortalama COMBO" suna ek olarak 4 farklı hareketli ortalama daha ekledim.

Hareketli ortalamalar, 5 , 6 , 7 değer olarak sırası ile 10, 22 ve 35
RSI hareketli ortalama olarak ise 100 değeri aldım 8. satırda
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 a publication is governed by House Rules. You can favorite it to use it on a chart.

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.

Want to use this script on a chart?