OpenTrading / OTMql4Py

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

vLogInit() function not defined #2

Closed mmacedoeu closed 8 years ago

mmacedoeu commented 8 years ago

Downloaded the Zip from master and copied folder MQL4 following instalation instrutions, tried to execute the test script MQL4/Scripts/OTMql4/OTMql4PyTest.mq4 with error: Cannot call 'OTMql4/OTLibPy27.ex4::iPyInit', 'OTMql4/OTLibPy27.ex4' is not loaded. Trying to compile OTLibPy27.mq4 raises the vLogInit() not defined

OpenTrading commented 8 years ago

That's right.

Reread the installation instructions and see if you catch the part about having to install OTMql4Lib as a prerequisite. If the documentation is unclear on that, let me know better wording that would clarify the requirement. vLogInit() is defined in there.