mirror of
https://github.com/rithsila/MT5-EA-Sniper-Strategy.git
synced 2026-08-25 08:38:13 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
/*
|
||||
Framework_1.00.mqh
|
||||
|
||||
Copyright 2013-2020, Orchard Forex
|
||||
https://www.orchardforex.com
|
||||
|
||||
|
||||
*/
|
||||
|
||||
#ifndef _FRAMEWORK_VERSION_
|
||||
|
||||
#define _FRAMEWORK_VERSION_ "1.00"
|
||||
|
||||
#include "CommonBase.mqh"
|
||||
#include "Indicators/AllIndicators.mqh"
|
||||
#include "Signals/AllSignals.mqh"
|
||||
#include "ExpertBase.mqh"
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user