mirror of
https://github.com/rithsila/MT5-EA-Sniper-Strategy.git
synced 2026-08-13 10:48:09 +00:00
22 lines
497 B
Plaintext
22 lines
497 B
Plaintext
/*
|
|
Framework.mqh
|
|
|
|
Copyright 2013-2020, Orchard Forex
|
|
https://www.orchardforex.com
|
|
|
|
|
|
*/
|
|
|
|
//
|
|
// The only purpose of this mqh file is to provide a single
|
|
// point to change the current framework version
|
|
//
|
|
// If you place an include to this file in your code you
|
|
// will get the version framework defined in this file
|
|
// unless your code has already included another
|
|
// framework file
|
|
|
|
#ifndef _FRAMEWORK_VERSION_
|
|
#include "Framework_2.04/Framework.mqh"
|
|
#endif
|