1
0
Fork 0
This repository has been archived on 2026-07-24. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
AiDataTaskRuner/Backend/All.mqh
Nique_372 cb9143114c
2026-04-01 13:21:12 -05:00

25 lines
No EOL
949 B
MQL5

//+------------------------------------------------------------------+
//| All.mqh |
//| Copyright 2025, Niquel Mendoza. |
//| https://www.mql5.com/es/users/nique_372 |
//+------------------------------------------------------------------+
#property copyright "Copyright 2025, Niquel Mendoza."
#property link "https://www.mql5.com/es/users/nique_372"
#property strict
#ifndef AIDATATASKRUNNER_BACKEND_ALL_MQH
#define AIDATATASKRUNNER_BACKEND_ALL_MQH
//+------------------------------------------------------------------+
//| |
//+------------------------------------------------------------------+
//--- Task runner
#include "Tester\\Main.mqh"
//--- Tlgm
#include "Tlgm\\Sender.mqh"
//--- Api
#include "Api\\Api.mqh"
#endif // AIDATATASKRUNNER_BACKEND_ALL_MQH