//+------------------------------------------------------------------+ //| 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