Arrays class – library MetaTrader 5
Sometimes we need to add an element to array, or insert an element. Standard Mql Array functions are efficient but do not provide such functionality. For example, if you need to find an element, you can search only in sorted array with ArrayBsearch. They also do not support complex data types. This class fills the … Read more