mirror of
https://github.com/rithsila/MT5-EA-Sniper-Strategy.git
synced 2026-08-21 14:48:28 +00:00
15 lines
194 B
Plaintext
15 lines
194 B
Plaintext
/*
|
|
Trade.mqh
|
|
|
|
Copyright 2013-2020, Orchard Forex
|
|
https://www.orchardforex.com
|
|
|
|
*/
|
|
|
|
#ifdef __MQL4__
|
|
#include "Trade_mql4.mqh"
|
|
#endif
|
|
#ifdef __MQL5__
|
|
#include "Trade_mql5.mqh"
|
|
#endif
|