No trade with this script

Posted By: tradingest

No trade with this script - 05/12/18 16:45

Hi all,

why this code do not generate any trade?
I'm using a MT4 brige and the connection is ok, green and Zorro connected!

Code:
function tick()
{
  if (random() > 0)
    enterLong();
  else
    enterShort(); 
}

Posted By: tradingest

Re: No trade with this script - 05/13/18 18:12

Answer: the function run() is not present
© 2024 lite-C Forums