Lastavard01

Hareketli Ortalama COMBO + PLUS

Lastavard01 Mis à jour   
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
Notes de version:
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
Script open-source

Dans le véritable esprit de TradingView, l'auteur de ce script l'a publié en open-source, afin que les traders puissent le comprendre et le vérifier. Bravo à l'auteur! Vous pouvez l'utiliser gratuitement, mais la réutilisation de ce code dans une publication est régie par le règlement. Vous pouvez le mettre en favori pour l'utiliser sur un graphique.

Clause de non-responsabilité

Les informations et les publications ne sont pas destinées à être, et ne constituent pas, des conseils ou des recommandations en matière de finance, d'investissement, de trading ou d'autres types de conseils fournis ou approuvés par TradingView. Pour en savoir plus, consultez les Conditions d'utilisation.

Vous voulez utiliser ce script sur un graphique ?