ExpressEvalByLeo/Src/Common/Variables.mqh

21 lines
884 B
MQL5
Raw Permalink Normal View History

2026-05-12 15:15:09 -05:00
//+------------------------------------------------------------------+
//| 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
2026-05-12 15:15:09 -05:00
//+------------------------------------------------------------------+
//| |
//+------------------------------------------------------------------+
#include "Node.mqh"
2026-05-12 15:15:09 -05:00
2026-05-12 15:15:09 -05:00
#endif // EXPRESSEVALBYLEO_SRC_COMMON_VARIABLES_MQH