From aceb0e0dda77b453afcefae0a5ee34ad1bf021d9 Mon Sep 17 00:00:00 2001 From: Toh4iem9 Date: Sun, 5 Oct 2025 11:46:52 +0200 Subject: [PATCH] refactor: indicator color --- Indicators/MyIndicators/Chart_HeikinAshi.mq5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Indicators/MyIndicators/Chart_HeikinAshi.mq5 b/Indicators/MyIndicators/Chart_HeikinAshi.mq5 index eb6cfec..98a00be 100644 --- a/Indicators/MyIndicators/Chart_HeikinAshi.mq5 +++ b/Indicators/MyIndicators/Chart_HeikinAshi.mq5 @@ -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 ---