mirror of
https://github.com/softwaredevelop/mql5.git
synced 2026-08-03 07:37:43 +00:00
docs(indicators): Refactored to use RSI_Engine
This commit is contained in:
@@ -43,7 +43,7 @@ Our MQL5 implementation follows a modern, component-based, object-oriented desig
|
||||
|
||||
* **Full Engine Integration:**
|
||||
The calculator (`Stochastic_Adaptive_RSI_Calculator.mqh`) orchestrates three powerful engines:
|
||||
1. **RSI Engine:** Calculates the base RSI.
|
||||
1. **RSI Engine:** Calculates the base RSI using the shared `RSI_Engine.mqh`.
|
||||
2. **Slowing Engine:** Smooths the Raw %K using `MovingAverage_Engine.mqh`.
|
||||
3. **Signal Engine:** Calculates the %D line using `MovingAverage_Engine.mqh`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user