From c52a02315dfed35b858bf4b80ec3b3649e9d0ce8 Mon Sep 17 00:00:00 2001 From: Toh4iem9 Date: Tue, 11 Nov 2025 12:09:40 +0100 Subject: [PATCH] refactor: indicator_level --- .../Authors/Ehlers/2_Oscillators/Laguerre_RSI_Pro.mq5 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 3d5722b..1cfc817 100644 --- a/Indicators/MyIndicators/Authors/Ehlers/2_Oscillators/Laguerre_RSI_Pro.mq5 +++ b/Indicators/MyIndicators/Authors/Ehlers/2_Oscillators/Laguerre_RSI_Pro.mq5 @@ -21,9 +21,11 @@ //--- Scale and Level Properties (scaled to 0-100) --- #property indicator_minimum 0 // CORRECTED: Back to standard 0 #property indicator_maximum 100 // CORRECTED: Back to standard 100 -#property indicator_level1 20.0 -#property indicator_level2 50.0 -#property indicator_level3 80.0 +#property indicator_level1 10.0 +#property indicator_level2 20.0 +#property indicator_level3 50.0 +#property indicator_level4 80.0 +#property indicator_level5 90.0 #property indicator_levelcolor clrGray #property indicator_levelstyle STYLE_DOT