Libraries: IncMatrix

 

IncMatrix:

Class for working with matrices.

Author: Дмитрий

 
.mq4 ? Love the typo. I thought I'm the only one :)
 

The class is useful - thanks.

It gives warnings when compiling:

deprecated behavior, hidden method calling will be disabled in a future MQL compiler version    incMatrix.mqh   698     7
deprecated behavior, hidden method calling will be disabled in a future MQL compiler version    incMatrix.mqh   717     10
deprecated behavior, hidden method calling will be disabled in a future MQL compiler version    incMatrix.mqh   719     7
deprecated behavior, hidden method calling will be disabled in a future MQL compiler version    incMatrix.mqh   735     7
 
Aleksey Vyazmikin:

The class is useful - thank you.

It gives warnings when compiling:

Find a call to the "Alert" method in the file, not a standard function, but a class method - Alert(double &aA[],int aDigits=2,string aCaption="").

Rename it in any way you like, for example - to Alert1.

Документация по MQL5: Основы языка / Типы данных / Структуры, классы и интерфейсы
Документация по MQL5: Основы языка / Типы данных / Структуры, классы и интерфейсы
  • www.mql5.com
Структура является набором элементов произвольного типа (кроме типа void). Таким образом, структура объединяет логически связанные данные разных типов. Объявление структуры Имя структуры нельзя использовать в качестве идентификатора (имени переменной или функции). Следует иметь ввиду, что в MQL5 элементы структуры следуют непосредственно друг...
 
Since then there is an inbuilt AlgLib, not satisfied?