Merge pull request #243 from KptKuck/dev_typo_fix

fix typo in MtApi5.mq5
This commit is contained in:
Vyacheslav Demidyuk
2020-12-14 16:54:23 +02:00
committed by GitHub
+1 -1
View File
@@ -6685,7 +6685,7 @@ void Execute_TesterStop()
{ {
if (!IsTesting()) if (!IsTesting())
{ {
Print("WARNING: function UnlockTicks can be used only for backtesting"); Print("WARNING: function TesterStop can be used only for backtesting");
} }
else else
{ {