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
186 stars 98 forks source link

DictObject<int,TradeSignal> - cannot access protected member function #663

Open kenorb opened 1 year ago

kenorb commented 1 year ago

Checkout v2.010 tag and apply the following fix:

git checkout v2.010
git cp 0bc026ad5746bc777f0854913385bbae5829f2ef

however the compilation still fails (e.g.: tests/CompileTest.mq5).

Branch to send the patch: v2.010-dev