OpenTrading / OTMql4Py

Open Trading Metatrader 4 Python Integration
GNU Lesser General Public License v3.0
104 stars 49 forks source link

There are some wrong calls of header functions #6

Closed Mahdi-Roozbahani closed 8 years ago

Mahdi-Roozbahani commented 8 years ago

For example in OTMql4Py/MQL4/Libraries/OTMql4/OTPyChart.mq4, you included "#include <OTMql4/OTZmqProcessCmd.mqh>", while there is no such file called OTZmqProcessCmd.mqh.

OpenTrading commented 8 years ago

Thanks - you're right - it's a mistake.

That header file is in the OTMql4Zmq package, but that package depends on this one OTMql4Py. We'll look into it, but for the moment, just try deleting that #include line.

OpenTrading commented 8 years ago

Those includes were dead code that should not have been in there: they've been removed.

Thanks for spotting this.