ボリンジャーバンド インジケーターの作成 その5 | メタトレーダー4でプログラムを作ってみよう

メタトレーダー4でプログラムを作ってみよう

無料のトレードソフトであるメタトレーダー4のプログラムを作るコツをアップします。初心者がインジケーターとEAのプログラムを作成できるのを目指します。

作成したボリンジャーバンドのインジケーターですが、

データウインドウを開いてみると


となっています。

この表示はどうもイマイチで、一番上が +3σ 、次が +2σ と減っていき、

一番下が -3σ となる方が見やすいので、そうなるように変更します。


まずは 宣言項目で、色を変更します。

#property indicator_color1 Aqua
#property indicator_color2 Blue
#property indicator_color3 Yellow
#property indicator_color4 Magenta
#property indicator_color5 Yellow
#property indicator_color6 Blue
#property indicator_color7 Aqua


このように、4 を中心に色を挟むように変更します。

色は好みの色に変更してもらってもOKです。


次にラインの種類も変更します。

#property indicator_style1 STYLE_DOT
#property indicator_style2 STYLE_DOT
#property indicator_style3 STYLE_DOT
#property indicator_style4 STYLE_SOLID
#property indicator_style5 STYLE_DOT
#property indicator_style6 STYLE_DOT
#property indicator_style7 STYLE_DOT




4 のラインを直線にして、他を点線にします。

続きはまた次回~ ヾ(@^▽^@)ノ



   
【送料無料】FXメタト...

【送料無料】FXメタト...
価格:2,940円(税込、送料別)