dingmaotu / mql-zmq

ZMQ binding for the MQL language (both 32bit MT4 and 64bit MT5)
Apache License 2.0
553 stars 301 forks source link

Update GlobalVariable.mqh #66

Closed biohazardxxx closed 9 months ago

biohazardxxx commented 9 months ago

When entering we should delete any existing global variable with that name first. Otherwise this will cause a loop at the next line as GlobalVariable::makeTemp(m_name) will return false all the time.