Merge pull request #66 from biohazardxxx/patch-1

Update GlobalVariable.mqh
This commit is contained in:
Ding Li
2023-12-19 10:40:40 +08:00
committed by GitHub
+1
View File
@@ -248,6 +248,7 @@ public:
void enter()
{
GlobalVariable::remove(m_name);
while(!GlobalVariable::makeTemp(m_name) && !IsStopped())
Sleep(100);
}