Muzzling the alligator; check if in test environment.

This commit is contained in:
Nkondog A. Venceslas
2022-11-26 15:08:05 +01:00
parent 6b382485c8
commit 2f87fb5e3f
+9 -1
View File
@@ -128,7 +128,15 @@ void OnTick()
}
}
}
Notify(comm);
if(MQLInfoInteger(MQL_TESTER))
{
Comment(comm);
}
else
{
Notify(comm);
}
}