MathSrand( GetTickCount() );Sleep (1000 * (MathRand()%120));
this does not work, different strategies open trades at the same milisecond, open bar
how to get a true randomizer?
MathSrand( GetTickCount() );Sleep (1000 * (MathRand()%120));
this does not work, different strategies open trades at the same milisecond, open bar
how to get a true randomizer?