//+------------------------------------------------------------------+ //| Variables.mqh | //| Copyright 2026, Niquel Mendoza. | //| https://www.mql5.com/es/users/nique_372/news | //+------------------------------------------------------------------+ #property copyright "Copyright 2026, Niquel Mendoza." #property link "https://www.mql5.com/es/users/nique_372/news" #property strict #ifndef EXPRESSEVALBYLEO_SRC_COMMON_VARIABLES_MQH #define EXPRESSEVALBYLEO_SRC_COMMON_VARIABLES_MQH //+------------------------------------------------------------------+ //| | //+------------------------------------------------------------------+ #include "Node.mqh" #endif // EXPRESSEVALBYLEO_SRC_COMMON_VARIABLES_MQH