Skip to content

Commit 077bec6

Browse files
authored
Merge pull request #243 from KptKuck/dev_typo_fix
fix typo in MtApi5.mq5
2 parents 060591f + 38a7b5f commit 077bec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mq5/MtApi5.mq5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6685,7 +6685,7 @@ void Execute_TesterStop()
66856685
{
66866686
if (!IsTesting())
66876687
{
6688-
Print("WARNING: function UnlockTicks can be used only for backtesting");
6688+
Print("WARNING: function TesterStop can be used only for backtesting");
66896689
}
66906690
else
66916691
{

0 commit comments

Comments
 (0)