mirror of
https://github.com/softwaredevelop/mql5.git
synced 2026-08-18 14:58:10 +00:00
refactor: indicator color
This commit is contained in:
@@ -28,8 +28,8 @@
|
|||||||
//--- Plot 2: %D line
|
//--- Plot 2: %D line
|
||||||
#property indicator_label2 "%D"
|
#property indicator_label2 "%D"
|
||||||
#property indicator_type2 DRAW_LINE
|
#property indicator_type2 DRAW_LINE
|
||||||
#property indicator_color2 clrRed
|
#property indicator_color2 clrLightCoral
|
||||||
#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