Pesquisar
Produtos
Comunidade
Mercados
Notícias
Corretoras
Mais
PT
Começar
Dólar Americano/Iene Japonês
Educacional
Atualizado
1 de ago. de 2019
Pine講座⑩ GMMA を表示する
2
3
Acessar este gráfico
Acessar este gráfico
24 de jun. de 2019
チャートに重ねるインジケーターは、今回で最後にしようと思います!
次回からはオシレーター系を連載していきます!!
最後のトレンド系インジケーターは
「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" )
==========
1 de ago. de 2019
Nota
次の講座
yuya_takahashi_
Seguir
小次郎講師公式インジケーターのお申込
bit.ly/2vdSV4Q
小次郎講師のLINE@
bit.ly/2VZQFu3
小次郎講師のチャート情報局
bit.ly/2GvLAEp
Também em:
Beyond Technical Analysis
pinescript
yuya_takahashi_
Seguir
小次郎講師公式インジケーターのお申込
bit.ly/2vdSV4Q
小次郎講師のLINE@
bit.ly/2VZQFu3
小次郎講師のチャート情報局
bit.ly/2GvLAEp
Também em:
Publicações relacionadas
Pine講座① たった2行で移動平均線が出せる
por yuya_takahashi_
Pine講座② EMAに設定項目を追加する
por yuya_takahashi_
Pine講座③ EMAを複数表示する
por yuya_takahashi_
Pine講座④ EMAの間を塗りつぶす
por yuya_takahashi_
Pine講座⑤ ボリンジャーバンドを表示する
por yuya_takahashi_
Pine講座⑥ エンベロープを表示する
por yuya_takahashi_
Pine講座⑦ 出来高加重移動平均(VWMA)を表示する
por yuya_takahashi_
Pine講座⑧ ハイローバンドを表示する
por yuya_takahashi_
Pine講座⑨ ハイローバンドにブレイクも表示する
por yuya_takahashi_
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
.