mirror of
https://github.com/softwaredevelop/mql5.git
synced 2026-08-19 23:38:07 +00:00
refactor: indicator color
This commit is contained in:
@@ -21,15 +21,15 @@
|
|||||||
//--- Plot 1: SMI line
|
//--- Plot 1: SMI line
|
||||||
#property indicator_label1 "SMI"
|
#property indicator_label1 "SMI"
|
||||||
#property indicator_type1 DRAW_LINE
|
#property indicator_type1 DRAW_LINE
|
||||||
#property indicator_color1 clrBlue
|
#property indicator_color1 clrSteelBlue
|
||||||
#property indicator_style1 STYLE_SOLID
|
#property indicator_style1 STYLE_SOLID
|
||||||
#property indicator_width1 1
|
#property indicator_width1 1
|
||||||
|
|
||||||
//--- Plot 2: Signal line
|
//--- Plot 2: Signal line
|
||||||
#property indicator_label2 "Signal"
|
#property indicator_label2 "Signal"
|
||||||
#property indicator_type2 DRAW_LINE
|
#property indicator_type2 DRAW_LINE
|
||||||
#property indicator_color2 clrOrange
|
#property indicator_color2 clrDarkOrange
|
||||||
#property indicator_style2 STYLE_DOT
|
#property indicator_style2 STYLE_SOLID
|
||||||
#property indicator_width2 1
|
#property indicator_width2 1
|
||||||
|
|
||||||
//--- Include the calculator engine ---
|
//--- Include the calculator engine ---
|
||||||
|
|||||||
Reference in New Issue
Block a user