From e0520e2a27abff874846be76f2ab33230af3cb65 Mon Sep 17 00:00:00 2001 From: Toh4iem9 Date: Mon, 3 Nov 2025 13:51:41 +0100 Subject: [PATCH] refactor: indicator_color --- .../Authors/Ehlers/1_Smoothers/Laguerre_Filter_Pro.mq5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Indicators/MyIndicators/Authors/Ehlers/1_Smoothers/Laguerre_Filter_Pro.mq5 b/Indicators/MyIndicators/Authors/Ehlers/1_Smoothers/Laguerre_Filter_Pro.mq5 index f02d810..9dc0627 100644 --- a/Indicators/MyIndicators/Authors/Ehlers/1_Smoothers/Laguerre_Filter_Pro.mq5 +++ b/Indicators/MyIndicators/Authors/Ehlers/1_Smoothers/Laguerre_Filter_Pro.mq5 @@ -21,8 +21,8 @@ #property indicator_label2 "FIR Filter" #property indicator_type2 DRAW_LINE -#property indicator_color2 clrGray -#property indicator_style2 STYLE_DOT +#property indicator_color2 clrDarkBlue +#property indicator_style2 STYLE_SOLID #property indicator_width2 1 #include