mirror of
https://github.com/softwaredevelop/mql5.git
synced 2026-08-25 10:18:04 +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>
|
||||||
|
|
||||||
enum ENUM_SMOOTHING_METHOD
|
enum ENUM_SMOOTHING_METHOD
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user