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

25 lines
949 B
MQL5
Raw Permalink Normal View History

2026-03-17 16:50:53 -05:00
//+------------------------------------------------------------------+
//| 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
2026-03-18 12:10:30 -05:00
#include "Tester\\Main.mqh"
2026-03-17 16:50:53 -05:00
//--- Tlgm
#include "Tlgm\\Sender.mqh"
2026-04-01 13:21:12 -05:00
//--- Api
#include "Api\\Api.mqh"
2026-03-17 16:50:53 -05:00
#endif // AIDATATASKRUNNER_BACKEND_ALL_MQH