2026-04-05 16:54:36 -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 WORKFLOWSBYLEO_STEPS_ALL_MQH
|
|
|
|
|
#define WORKFLOWSBYLEO_STEPS_ALL_MQH
|
|
|
|
|
//+------------------------------------------------------------------+
|
|
|
|
|
//| |
|
|
|
|
|
//+------------------------------------------------------------------+
|
|
|
|
|
#include "RunEA.mqh"
|
|
|
|
|
#include "RunProcess.mqh"
|
2026-04-09 06:52:25 -05:00
|
|
|
#include "Messages.mqh"
|
2026-04-09 21:45:05 -05:00
|
|
|
#include "File.mqh"
|
2026-04-05 16:54:36 -05:00
|
|
|
//+------------------------------------------------------------------+
|
2026-04-07 08:55:55 -05:00
|
|
|
#endif // WORKFLOWSBYLEO_STEPS_ALL_MQH
|