WorkflowsByLeo/Src/Steps/All.mqh
Nique_372 82cbdfc3d0
2026-04-09 21:45:05 -05:00

20 lines
977 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 WORKFLOWSBYLEO_STEPS_ALL_MQH
#define WORKFLOWSBYLEO_STEPS_ALL_MQH
//+------------------------------------------------------------------+
//| |
//+------------------------------------------------------------------+
#include "RunEA.mqh"
#include "RunProcess.mqh"
#include "Messages.mqh"
#include "File.mqh"
//+------------------------------------------------------------------+
#endif // WORKFLOWSBYLEO_STEPS_ALL_MQH