//+------------------------------------------------------------------+ //| Secrets.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 REPOSECRETS_MQH #define REPOSECRETS_MQH //+------------------------------------------------------------------+ //| | //+------------------------------------------------------------------+ #define SECRETS_IMPORT_ICTLIBRARY #define SECRETS_IMPORT_FASTNL //+------------------------------------------------------------------+ //| | //+------------------------------------------------------------------+ #include #endif // REPOSECRETS_MQH //+------------------------------------------------------------------+