mirror of
https://github.com/softwaredevelop/mql5.git
synced 2026-08-21 08:18:07 +00:00
docs(indicators): Integrated with CMO Engine
This commit is contained in:
@@ -17,7 +17,7 @@ The calculation combines an EMA with a volatility index:
|
|||||||
## 3. MQL5 Implementation Details
|
## 3. MQL5 Implementation Details
|
||||||
|
|
||||||
* **Self-Contained:** Uses direct `Copy...` functions; no external dependencies.
|
* **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)):**
|
* **Optimized Incremental Calculation (O(1)):**
|
||||||
* **HTF State Tracking:** Tracks `htf_prev_calculated` to process only new bars on the higher timeframe.
|
* **HTF State Tracking:** Tracks `htf_prev_calculated` to process only new bars on the higher timeframe.
|
||||||
|
|||||||
Reference in New Issue
Block a user