Skip to content

Commit

Permalink
fix typo MtApi5.mq5
Browse files Browse the repository at this point in the history
  • Loading branch information
xnet-Dev committed Dec 14, 2020
1 parent 060591f commit 38a7b5f
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 38a7b5f

Please sign in to comment.