mirror of
https://github.com/softwaredevelop/mql5.git
synced 2026-08-08 01:57:44 +00:00
docs: MTF
This commit is contained in:
@@ -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):**
|
||||
|
||||
Reference in New Issue
Block a user