mirror of
https://github.com/softwaredevelop/mql5.git
synced 2026-08-19 15:28:06 +00:00
refactor: indicator_color
This commit is contained in:
@@ -14,14 +14,14 @@
|
|||||||
//--- Plot 1: Laguerre RSI Line
|
//--- Plot 1: Laguerre RSI Line
|
||||||
#property indicator_label1 "Laguerre RSI"
|
#property indicator_label1 "Laguerre RSI"
|
||||||
#property indicator_type1 DRAW_LINE
|
#property indicator_type1 DRAW_LINE
|
||||||
#property indicator_color1 clrDodgerBlue
|
#property indicator_color1 clrTurquoise
|
||||||
#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 clrLightCoral
|
#property indicator_color2 clrOrangeRed
|
||||||
#property indicator_style2 STYLE_DOT
|
#property indicator_style2 STYLE_DOT
|
||||||
#property indicator_width2 1
|
#property indicator_width2 1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user