//+------------------------------------------------------------------+ //| ProjectName | //| Copyright 2020, CompanyName | //| http://www.companyname.net | //+------------------------------------------------------------------+ #property copyright "Niquel y Leo, Copyright 2025" #property link "https://www.mql5.com" #property strict #ifndef FUNCTIONS_GEN_MQH #define FUNCTIONS_GEN_MQH #include "..\\Utils\\FA\\Sort.mqh" #include "..\\Utils\\FA\\ClasesBases.mqh" #endif //+------------------------------------------------------------------+