From d4d3ae0b9ae4d54e314c2852afe723690720dac3 Mon Sep 17 00:00:00 2001 From: Toh4iem9 Date: Tue, 30 Jun 2026 14:50:21 +0200 Subject: [PATCH] docs: MTF --- .../Authors/Ehlers/4_Channels_and_Bands/Laguerre_Bands_Pro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Indicators/MyIndicators/Authors/Ehlers/4_Channels_and_Bands/Laguerre_Bands_Pro.md b/Indicators/MyIndicators/Authors/Ehlers/4_Channels_and_Bands/Laguerre_Bands_Pro.md index 166bed7..4876451 100644 --- a/Indicators/MyIndicators/Authors/Ehlers/4_Channels_and_Bands/Laguerre_Bands_Pro.md +++ b/Indicators/MyIndicators/Authors/Ehlers/4_Channels_and_Bands/Laguerre_Bands_Pro.md @@ -59,7 +59,7 @@ To meet institutional trading standards, the suite incorporates several advanced This ensures that critical Fibonacci settings are clearly documented on the chart subwindow and inside the terminal legend. -* **SzigorĂș 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 chart), the suite enforces chronological sorting (`ArraySetAsSeries(..., false)`) at the beginning of `OnCalculate()`. This is also applied inside the `PreparePriceSeries` dynamic buffer resizes inside the `CLaguerreBandsCalculator` class. * **Memory Safety Validation (Pointer Guards):**