mirror of
https://github.com/rithsila/MT5-EA-Sniper-Strategy.git
synced 2026-08-23 15:48:12 +00:00
Organize project in different folders
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
//+------------------------------------------------------------------+
|
||||
//| GDeaFramework.mqh |
|
||||
//| Copyright 2021, Nkondog Anselme Venceslas |
|
||||
//| https://www.mql5.com |
|
||||
//+------------------------------------------------------------------+
|
||||
#property copyright "Copyright 2021, Nkondog Anselme Venceslas"
|
||||
#property link "https://www.mql5.com"
|
||||
|
||||
|
||||
#ifndef _FRAMEWORK_VERSION_
|
||||
#include "GDea/Framework.mqh"
|
||||
#endif
|
||||
Reference in New Issue
Block a user