From 04d22daab17f295c25e24147a5dfdac8034373ab Mon Sep 17 00:00:00 2001 From: Toh4iem9 Date: Mon, 8 Dec 2025 10:09:46 +0100 Subject: [PATCH] refactor: signal indicator_style --- .../Authors/Ehlers/2_Oscillators/Laguerre_RSI_Pro.mq5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Indicators/MyIndicators/Authors/Ehlers/2_Oscillators/Laguerre_RSI_Pro.mq5 b/Indicators/MyIndicators/Authors/Ehlers/2_Oscillators/Laguerre_RSI_Pro.mq5 index fc51a5f..1cbd8dc 100644 --- a/Indicators/MyIndicators/Authors/Ehlers/2_Oscillators/Laguerre_RSI_Pro.mq5 +++ b/Indicators/MyIndicators/Authors/Ehlers/2_Oscillators/Laguerre_RSI_Pro.mq5 @@ -22,7 +22,7 @@ #property indicator_label2 "Signal" #property indicator_type2 DRAW_LINE #property indicator_color2 clrLightCoral -#property indicator_style2 STYLE_DOT +#property indicator_style2 STYLE_SOLID #property indicator_width2 1 //--- Scale and Level Properties ---