diff --git a/Include/MyIncludes/MACD_SuperSmoother_Calculator.mqh b/Include/MyIncludes/MACD_SuperSmoother_Calculator.mqh index 76ea791..7164019 100644 --- a/Include/MyIncludes/MACD_SuperSmoother_Calculator.mqh +++ b/Include/MyIncludes/MACD_SuperSmoother_Calculator.mqh @@ -5,8 +5,8 @@ //+------------------------------------------------------------------+ #property copyright "Copyright 2025, xxxxxxxx" -#include "Ehlers_Smoother_Calculator.mqh" -#include "MovingAverage_Engine.mqh" +#include +#include //--- Universal enum for all smoothing types --- enum ENUM_SMOOTHING_METHOD