MQLArticles/Utils/Funciones Array.mqh

18 lines
1.4 KiB
MQL5
Raw Permalink Normal View History

2025-09-22 09:08:13 -05:00
<EFBFBD><EFBFBD>//+------------------------------------------------------------------+
//| 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
//+------------------------------------------------------------------+