mirror of
https://github.com/rithsila/MT5-EA-Sniper-Strategy.git
synced 2026-08-24 08:08:22 +00:00
Muzzling the alligator; check if in test environment.
This commit is contained in:
@@ -128,7 +128,15 @@ void OnTick()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Notify(comm);
|
|
||||||
|
if(MQLInfoInteger(MQL_TESTER))
|
||||||
|
{
|
||||||
|
Comment(comm);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
Notify(comm);
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user