mirror of
https://github.com/softwaredevelop/mql5.git
synced 2026-08-15 05:18:06 +00:00
refactor: indicator style
This commit is contained in:
@@ -28,14 +28,14 @@
|
||||
#property indicator_label2 "+DI"
|
||||
#property indicator_type2 DRAW_LINE
|
||||
#property indicator_color2 clrOliveDrab
|
||||
#property indicator_style2 STYLE_DOT
|
||||
#property indicator_style2 STYLE_SOLID
|
||||
#property indicator_width2 1
|
||||
|
||||
//--- Plot 3: -DI line (Negative Directional Indicator)
|
||||
#property indicator_label3 "-DI"
|
||||
#property indicator_type3 DRAW_LINE
|
||||
#property indicator_color3 clrTomato
|
||||
#property indicator_style3 STYLE_DOT
|
||||
#property indicator_style3 STYLE_SOLID
|
||||
#property indicator_width3 1
|
||||
|
||||
//--- Include the calculator engine ---
|
||||
|
||||
Reference in New Issue
Block a user