mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-15 19:58:10 +00:00
Merge pull request #243 from KptKuck/dev_typo_fix
fix typo in MtApi5.mq5
This commit is contained in:
+1
-1
@@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user