EA31337 / EA31337-classes

📦📈 EA31337 framework (MQL library for writing trading Expert Advisors, indicators and scripts)
https://ea31337.github.io/EA31337-classes
GNU General Public License v3.0
175 stars 97 forks source link

BufferStruct: Class to store struct entries #128

Closed kenorb closed 4 years ago

kenorb commented 4 years ago

Once #112 PR is completed, we need to test BufferStruct class, so it compiles without the errors.

kenorb commented 4 years ago

Current issues:

kenorb commented 4 years ago

Current issues:

  • File: BufferStructTest.mq5

    deprecated behavior, hidden method calling will be disabled in a future MQL compiler version DictBase.mqh 271 15

  • File: IndicatorsTest.mq5

    '==' - illegal operation use DictStruct.mqh 120 23

Fixed in #137.