Skip to content

Commit

Permalink
Merge pull request #243 from KptKuck/dev_typo_fix
Browse files Browse the repository at this point in the history
fix typo in MtApi5.mq5
  • Loading branch information
vdemydiuk committed Dec 14, 2020
2 parents 060591f + 38a7b5f commit 077bec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mq5/MtApi5.mq5
Original file line number Diff line number Diff line change
Expand Up @@ -6685,7 +6685,7 @@ void Execute_TesterStop()
{
if (!IsTesting())
{
Print("WARNING: function UnlockTicks can be used only for backtesting");
Print("WARNING: function TesterStop can be used only for backtesting");
}
else
{
Expand Down

0 comments on commit 077bec6

Please sign in to comment.