mirror of
https://github.com/softwaredevelop/mql5.git
synced 2026-08-19 07:18:07 +00:00
refactor: indicator color
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
//--- Plot 1: Heikin Ashi Candles
|
//--- Plot 1: Heikin Ashi Candles
|
||||||
#property indicator_type1 DRAW_COLOR_CANDLES
|
#property indicator_type1 DRAW_COLOR_CANDLES
|
||||||
#property indicator_color1 clrDodgerBlue, clrMaroon // Up and Down colors
|
#property indicator_color1 clrCornflowerBlue, clrChocolate // Up and Down colors
|
||||||
#property indicator_label1 "HA Open;HA High;HA Low;HA Close" // Labels for Data Window
|
#property indicator_label1 "HA Open;HA High;HA Low;HA Close" // Labels for Data Window
|
||||||
|
|
||||||
//--- Indicator Buffers ---
|
//--- Indicator Buffers ---
|
||||||
|
|||||||
Reference in New Issue
Block a user