mirror of
https://github.com/softwaredevelop/mql5.git
synced 2026-08-06 09:07:45 +00:00
refactor(indicators): indicator_color
This commit is contained in:
@@ -26,14 +26,14 @@
|
||||
// Plot 2: Speed Positive
|
||||
#property indicator_label2 "Speed (+) MTF"
|
||||
#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
|
||||
#property indicator_label3 "Speed (-) MTF"
|
||||
#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