dingmaotu / mql4-lib

MQL4/5 Foundation Library For Professional Developers
Apache License 2.0
537 stars 249 forks source link

Is "Order Access" part in readme compatible Mql5? #8

Closed janckerchen closed 6 years ago

janckerchen commented 6 years ago

Mql5 had dropped api like OrderXXX() , "Order Access" part seems not compatible Mql5

dingmaotu commented 6 years ago

No, it is not. As the introduction says: "Except for trading related classes, you can use the library on MetaTrader5." That's basically all code under the Trade directory. Order management is very different in MetaTrader5. I have not come up with a cross version abstraction of order management functions. Maybe a separate module for MT5 order management would be more practical.