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