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