From f0c109c614f9aa3d7a84faa2489beffcdcef4946 Mon Sep 17 00:00:00 2001 From: Toh4iem9 Date: Sat, 24 Jan 2026 20:52:41 +0100 Subject: [PATCH] refactor(indicators): InpSignalPeriod --- .../Authors/Ehlers/2_Oscillators/Laguerre_RSI_Adaptive_Pro.mq5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Indicators/MyIndicators/Authors/Ehlers/2_Oscillators/Laguerre_RSI_Adaptive_Pro.mq5 b/Indicators/MyIndicators/Authors/Ehlers/2_Oscillators/Laguerre_RSI_Adaptive_Pro.mq5 index ce52ba1..c99df09 100644 --- a/Indicators/MyIndicators/Authors/Ehlers/2_Oscillators/Laguerre_RSI_Adaptive_Pro.mq5 +++ b/Indicators/MyIndicators/Authors/Ehlers/2_Oscillators/Laguerre_RSI_Adaptive_Pro.mq5 @@ -40,7 +40,7 @@ input ENUM_APPLIED_PRICE_HA_ALL InpSourcePrice = PRICE_CLOSE_STD; input group "Signal Line Settings" input ENUM_LRSI_DISPLAY_MODE InpDisplayMode = DISPLAY_LRSI_AND_SIGNAL; -input int InpSignalPeriod = 9; +input int InpSignalPeriod = 3; input ENUM_MA_TYPE InpSignalMAType = EMA; //--- Indicator Buffers ---