MQLArticles/Utils/Funciones Array.mqh

18 lines
1.5 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
2025-11-10 09:33:53 -05:00
#ifndef MQLARTICLES_UTILS_FUNCIONESARRAY_MQH
#define MQLARTICLES_UTILS_FUNCIONESARRAY_MQH
2025-09-22 09:08:13 -05:00
#include "..\\Utils\\FA\\Sort.mqh"
#include "..\\Utils\\FA\\ClasesBases.mqh"
2025-11-10 09:33:53 -05:00
#endif // MQLARTICLES_UTILS_FUNCIONESARRAY_MQH
2025-09-22 09:08:13 -05:00
//+------------------------------------------------------------------+