mirror of
https://github.com/rithsila/MT5-EA-Sniper-Strategy.git
synced 2026-08-17 04:38:12 +00:00
20 lines
312 B
Plaintext
20 lines
312 B
Plaintext
/*
|
|
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
|