Lastavard01

Hareketli Ortalama COMBO + PLUS

Lastavard01 Atualizado   
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
Notas de Lançamento:
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 de código aberto

Dentro do verdadeiro espírito TradingView, o autor deste script publicou ele como um script de código aberto, para que os traders possam compreender e checar ele. Um viva ao autor! Você pode usá-lo gratuitamente, mas a reutilização deste código em uma publicação é regida pelas Regras da Casa. Você pode favoritá-lo para usá-lo em um gráfico.

Aviso legal

As informações e publicações não devem ser e não constituem conselhos ou recomendações financeiras, de investimento, de negociação ou de qualquer outro tipo, fornecidas ou endossadas pela TradingView. Leia mais em Termos de uso.

Quer usar esse script no gráfico?