MQLArticles/Utils/Funciones Array.mqh
2025-09-22 09:08:13 -05:00

17 lines
1.4 KiB
MQL4

//+------------------------------------------------------------------+
//| 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
//+------------------------------------------------------------------+