mirror of
https://github.com/softwaredevelop/mql5.git
synced 2026-08-20 15:58:07 +00:00
refactor: indicator_color
This commit is contained in:
@@ -16,19 +16,19 @@
|
|||||||
//--- Plot 1: Upper Band
|
//--- Plot 1: Upper Band
|
||||||
#property indicator_label1 "Upper Band"
|
#property indicator_label1 "Upper Band"
|
||||||
#property indicator_type1 DRAW_LINE
|
#property indicator_type1 DRAW_LINE
|
||||||
#property indicator_color1 clrDodgerBlue
|
#property indicator_color1 clrOliveDrab
|
||||||
#property indicator_style1 STYLE_DOT
|
#property indicator_style1 STYLE_DOT
|
||||||
|
|
||||||
//--- Plot 2: Lower Band
|
//--- Plot 2: Lower Band
|
||||||
#property indicator_label2 "Lower Band"
|
#property indicator_label2 "Lower Band"
|
||||||
#property indicator_type2 DRAW_LINE
|
#property indicator_type2 DRAW_LINE
|
||||||
#property indicator_color2 clrDodgerBlue
|
#property indicator_color2 clrOliveDrab
|
||||||
#property indicator_style2 STYLE_DOT
|
#property indicator_style2 STYLE_DOT
|
||||||
|
|
||||||
//--- Plot 3: Middle Band (Basis)
|
//--- Plot 3: Middle Band (Basis)
|
||||||
#property indicator_label3 "Basis"
|
#property indicator_label3 "Basis"
|
||||||
#property indicator_type3 DRAW_LINE
|
#property indicator_type3 DRAW_LINE
|
||||||
#property indicator_color3 clrDodgerBlue
|
#property indicator_color3 clrOliveDrab
|
||||||
#property indicator_style3 STYLE_SOLID
|
#property indicator_style3 STYLE_SOLID
|
||||||
#property indicator_width3 1
|
#property indicator_width3 1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user