mirror of
https://github.com/softwaredevelop/mql5.git
synced 2026-08-06 00:57:45 +00:00
refactor(indicators): indicator_color
This commit is contained in:
@@ -28,14 +28,14 @@
|
||||
//--- Plot 2: Speed Positive (Top)
|
||||
#property indicator_label2 "Speed (+)"
|
||||
#property indicator_type2 DRAW_LINE
|
||||
#property indicator_color2 clrGold
|
||||
#property indicator_color2 clrDarkOrange
|
||||
#property indicator_style2 STYLE_SOLID
|
||||
#property indicator_width2 1
|
||||
|
||||
//--- Plot 3: Speed Negative (Bottom)
|
||||
#property indicator_label3 "Speed (-)"
|
||||
#property indicator_type3 DRAW_LINE
|
||||
#property indicator_color3 clrGold
|
||||
#property indicator_color3 clrDarkOrange
|
||||
#property indicator_style3 STYLE_SOLID
|
||||
#property indicator_width3 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user