mirror of
https://github.com/softwaredevelop/mql5.git
synced 2026-08-20 15:58:07 +00:00
refactor: indicator_type indicator_color
This commit is contained in:
@@ -13,14 +13,13 @@
|
|||||||
|
|
||||||
#property indicator_label1 "Upper"
|
#property indicator_label1 "Upper"
|
||||||
#property indicator_type1 DRAW_LINE
|
#property indicator_type1 DRAW_LINE
|
||||||
#property indicator_color1 clrLimeGreen
|
#property indicator_color1 clrSeaGreen
|
||||||
#property indicator_label2 "Lower"
|
#property indicator_label2 "Lower"
|
||||||
#property indicator_type2 DRAW_LINE
|
#property indicator_type2 DRAW_LINE
|
||||||
#property indicator_color2 clrLimeGreen
|
#property indicator_color2 clrSeaGreen
|
||||||
#property indicator_label3 "Middle"
|
#property indicator_label3 "Middle"
|
||||||
#property indicator_type3 DRAW_LINE
|
#property indicator_type3 DRAW_LINE
|
||||||
#property indicator_color3 clrLimeGreen
|
#property indicator_color3 clrSeaGreen
|
||||||
#property indicator_style3 STYLE_DOT
|
|
||||||
|
|
||||||
#include <MyIncludes\Gaussian_Bands_Calculator.mqh>
|
#include <MyIncludes\Gaussian_Bands_Calculator.mqh>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user