From 6b6b593258a515974f373a1fdb2c73d53e74fa8c Mon Sep 17 00:00:00 2001 From: Toh4iem9 Date: Fri, 2 Jan 2026 13:54:32 +0100 Subject: [PATCH] refactor(indicators): Integrated with CMO Engine --- Indicators/MyIndicators/Stochastic_CMO_Slow_Pro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Indicators/MyIndicators/Stochastic_CMO_Slow_Pro.md b/Indicators/MyIndicators/Stochastic_CMO_Slow_Pro.md index 5a0c4de..b9431ed 100644 --- a/Indicators/MyIndicators/Stochastic_CMO_Slow_Pro.md +++ b/Indicators/MyIndicators/Stochastic_CMO_Slow_Pro.md @@ -42,7 +42,7 @@ Our MQL5 implementation follows a modern, component-based, object-oriented desig * **Full Engine Integration:** The calculator (`Stochastic_CMO_Slow_Calculator.mqh`) orchestrates three powerful engines: - 1. **CMO Engine:** It reuses the `CMO_Calculator.mqh` to compute the base Chande Momentum Oscillator. + 1. **CMO Engine:** It uses the lightweight `CMO_Engine.mqh` to compute the base Chande Momentum Oscillator efficiently. 2. **Slowing Engine:** It uses the `MovingAverage_Engine.mqh` to smooth the Raw %K. 3. **Signal Engine:** It uses another `MovingAverage_Engine.mqh` instance to calculate the %D line. This ensures mathematical consistency and allows for advanced smoothing types (like DEMA or TEMA).