From 26e66faf6b1ba86d89d5808f356fa4e453dc6023 Mon Sep 17 00:00:00 2001 From: Toh4iem9 Date: Fri, 2 Jan 2026 14:21:35 +0100 Subject: [PATCH] docs(indicators): Integrated with CMO Engine --- Indicators/MyIndicators/VIDYA_MTF_Pro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Indicators/MyIndicators/VIDYA_MTF_Pro.md b/Indicators/MyIndicators/VIDYA_MTF_Pro.md index 36c7f18..a3b4123 100644 --- a/Indicators/MyIndicators/VIDYA_MTF_Pro.md +++ b/Indicators/MyIndicators/VIDYA_MTF_Pro.md @@ -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.