2026-09-14 11:01:42 -05:00 | | | //+------------------------------------------------------------------+
|
| | | //| ProjectName |
|
| | | //| Copyright 2020, CompanyName |
|
| | | //| http://www.companyname.net |
|
| | | //+------------------------------------------------------------------+
|
| | | #property copyright "Niquel y Leo, Copyright 2025"
|
| | | #property link "https://www.mql5.com"
|
| | | #property strict
|
| | |
|
| | | #ifndef MQLARTICLES_UTILS_FUNCIONESARRAY_MQH
|
| | | #define MQLARTICLES_UTILS_FUNCIONESARRAY_MQH
|
| | |
|
2026-09-15 15:49:12 -05:00 | | | #include "..\\Utils\\Sort\\Main.mqh"
|
2026-09-14 11:01:42 -05:00 | | | #include "..\\Utils\\FA\\ClasesBases.mqh"
|
| | |
|
| | | #endif // MQLARTICLES_UTILS_FUNCIONESARRAY_MQH
|
| | | //+------------------------------------------------------------------+
|