mirror of
https://github.com/softwaredevelop/mql5.git
synced 2026-08-18 23:08:07 +00:00
refactor: indicator color
This commit is contained in:
@@ -18,9 +18,9 @@
|
|||||||
//--- Plot 1: Sine WMA Line
|
//--- Plot 1: Sine WMA Line
|
||||||
#property indicator_label1 "Sine WMA"
|
#property indicator_label1 "Sine WMA"
|
||||||
#property indicator_type1 DRAW_LINE
|
#property indicator_type1 DRAW_LINE
|
||||||
#property indicator_color1 clrAqua
|
#property indicator_color1 clrMediumTurquoise
|
||||||
#property indicator_style1 STYLE_SOLID
|
#property indicator_style1 STYLE_SOLID
|
||||||
#property indicator_width1 2
|
#property indicator_width1 1
|
||||||
|
|
||||||
//--- Custom Enum for Price Source, including Heikin Ashi ---
|
//--- Custom Enum for Price Source, including Heikin Ashi ---
|
||||||
enum ENUM_APPLIED_PRICE_HA_ALL
|
enum ENUM_APPLIED_PRICE_HA_ALL
|
||||||
|
|||||||
Reference in New Issue
Block a user