docs(indicators): Integrated with CMO Engine

This commit is contained in:
Toh4iem9
2026-01-02 14:21:35 +01:00
parent da52016d63
commit 26e66faf6b
+1 -1
View File
@@ -17,7 +17,7 @@ The calculation combines an EMA with a volatility index:
## 3. MQL5 Implementation Details
* **Self-Contained:** Uses direct `Copy...` functions; no external dependencies.
* **Modular Engine (`VIDYA_Calculator.mqh`):** Reuses the standard VIDYA logic.
* **Modular Engine (`VIDYA_Calculator.mqh`):** Reuses the standard VIDYA logic, which in turn leverages the lightweight `CMO_Engine.mqh` for efficient momentum calculation.
* **Optimized Incremental Calculation (O(1)):**
* **HTF State Tracking:** Tracks `htf_prev_calculated` to process only new bars on the higher timeframe.