//+------------------------------------------------------------------+ //| Def.mqh | //| Copyright 2026, Niquel Mendoza. | //| https://www.mql5.com/ | //+------------------------------------------------------------------+ #property copyright "Copyright 2026, Niquel Mendoza." #property link "https://www.mql5.com/" #property strict #ifndef SIMPHASH_SRC_DEF_MQH #define SIMPHASH_SRC_DEF_MQH //+------------------------------------------------------------------+ //| | //+------------------------------------------------------------------+ #define TSN_PHBL_DESACTIVE_REF //+------------------------------------------------------------------+ //| | //+------------------------------------------------------------------+ #include #include #include #include "EnumReg\\Main.mqh" //+------------------------------------------------------------------+ #endif // SIMPHASH_SRC_DEF_MQH