yuya_takahashi_

Pine講座⑩ GMMA を表示する

Eğitim
yuya_takahashi_ Güncellendi   
FX:USDJPY   ABD Doları / Japon Yeni
チャートに重ねるインジケーターは、今回で最後にしようと思います!
次回からはオシレーター系を連載していきます!!

最後のトレンド系インジケーターは

「GMMA」

TradingViewなら、
簡単にプログラムを組むことができます^^


==========
//@version=3
study( "GMMA を表示する" ,overlay=true )

// plot( ) と ema( ) の2つの関数を組み合わせる
plot( ema( close , 3 ) ,color=green ,title="short1" )
plot( ema( close , 5 ) ,color=green ,title="short2" )
plot( ema( close , 8 ) ,color=green ,title="short3" )
plot( ema( close ,10 ) ,color=green ,title="short4" )
plot( ema( close ,12 ) ,color=green ,title="short5" )
plot( ema( close ,15 ) ,color=green ,title="short6" )

plot( ema( close ,30 ) ,color=red ,title="long1" )
plot( ema( close ,35 ) ,color=red ,title="long2" )
plot( ema( close ,40 ) ,color=red ,title="long3" )
plot( ema( close ,45 ) ,color=red ,title="long4" )
plot( ema( close ,50 ) ,color=red ,title="long5" )
plot( ema( close ,60 ) ,color=red ,title="long6" )
==========
Yorum:
次の講座

小次郎講師公式インジケーターのお申込
bit.ly/2vdSV4Q

小次郎講師のLINE@
bit.ly/2VZQFu3

小次郎講師のチャート情報局
bit.ly/2GvLAEp

Benzer Fikirler

Feragatname

Bilgiler ve yayınlar, TradingView tarafından sağlanan veya onaylanan finansal, yatırım, işlem veya diğer türden tavsiye veya tavsiyeler anlamına gelmez ve teşkil etmez. Kullanım Şartları'nda daha fazlasını okuyun.