From eed469636a5e7563c61cb66c7a96ff2ad1bc2658 Mon Sep 17 00:00:00 2001 From: Toh4iem9 Date: Mon, 3 Nov 2025 13:43:51 +0100 Subject: [PATCH] refactor: indicator_color --- .../Authors/Ehlers/1_Smoothers/Gaussian_Filter_Pro.mq5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Indicators/MyIndicators/Authors/Ehlers/1_Smoothers/Gaussian_Filter_Pro.mq5 b/Indicators/MyIndicators/Authors/Ehlers/1_Smoothers/Gaussian_Filter_Pro.mq5 index f4a0e03..d4ffbcb 100644 --- a/Indicators/MyIndicators/Authors/Ehlers/1_Smoothers/Gaussian_Filter_Pro.mq5 +++ b/Indicators/MyIndicators/Authors/Ehlers/1_Smoothers/Gaussian_Filter_Pro.mq5 @@ -12,7 +12,7 @@ #property indicator_plots 1 #property indicator_label1 "Gaussian" #property indicator_type1 DRAW_LINE -#property indicator_color1 clrLimeGreen +#property indicator_color1 clrCrimson #property indicator_style1 STYLE_SOLID #property indicator_width1 1