mirror of
https://github.com/softwaredevelop/mql5.git
synced 2026-07-27 20:47:44 +00:00
refactor: include
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
//+------------------------------------------------------------------+
|
||||
#property copyright "Copyright 2025, xxxxxxxx"
|
||||
|
||||
#include "Ehlers_Smoother_Calculator.mqh"
|
||||
#include "MovingAverage_Engine.mqh"
|
||||
#include <MyIncludes\Ehlers_Smoother_Calculator.mqh>
|
||||
#include <MyIncludes\MovingAverage_Engine.mqh>
|
||||
|
||||
//--- Universal enum for all smoothing types ---
|
||||
enum ENUM_SMOOTHING_METHOD
|
||||
|
||||
Reference in New Issue
Block a user