mirror of
https://github.com/softwaredevelop/mql5.git
synced 2026-07-27 20:47:44 +00:00
refactor: indicator color
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
//--- Plot 1: Heikin Ashi 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
|
||||
|
||||
//--- Indicator Buffers ---
|
||||
|
||||
Reference in New Issue
Block a user