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
178 stars 97 forks source link

EA: StrategyAdd doesn't compile in MT4 #184

Closed kenorb closed 3 years ago

kenorb commented 4 years ago

File: EA.mqh

To test, you can compile any strategy file where StrategyAdd() is used. It works under MT5.

Example file: ActionTest.mq5 in feature/conditions branch, uncomment the following line:

_result &= ea.StrategyAdd<Stg1>(127);
kenorb commented 4 years ago

Fixed in c75b3c9693d9e7806dc764d2599fe4f98fc203f1