From b9880c6a3652f149f325e11c9d96387a7795f048 Mon Sep 17 00:00:00 2001 From: Toh4iem9 Date: Tue, 30 Jun 2026 14:50:53 +0200 Subject: [PATCH] docs: Strict --- .../Authors/Ehlers/1_Smoothers/Laguerre_Filter_Pro_Suite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Indicators/MyIndicators/Authors/Ehlers/1_Smoothers/Laguerre_Filter_Pro_Suite.md b/Indicators/MyIndicators/Authors/Ehlers/1_Smoothers/Laguerre_Filter_Pro_Suite.md index 6cdc08e..fdca81e 100644 --- a/Indicators/MyIndicators/Authors/Ehlers/1_Smoothers/Laguerre_Filter_Pro_Suite.md +++ b/Indicators/MyIndicators/Authors/Ehlers/1_Smoothers/Laguerre_Filter_Pro_Suite.md @@ -72,7 +72,7 @@ The Laguerre Filter Pro Suite is engineered to operate efficiently under volatil This ensures that critical Fibonacci settings are clearly documented on the chart subwindow and inside the terminal legend. -* **Strictly Chronological Sorting Safeguards:** +* **Strict Chronological Sorting Safeguards:** To prevent calculation corruption caused by reverse-chronological array states (often forced by custom templates or third-party indicators on the active chart), the suite enforces chronological sorting (`ArraySetAsSeries(..., false)`) on all price inputs inside `OnCalculate()`. * **Memory Safety Validation (Pointer Guards):**