ch0sen / Profile
Friends
Requests
Add friends via their profile or user search and you will be able to see if they are online
Outgoing
ch0sen
Added topic Random order functionality
Hello, I'm trying to create an Expert Advisor (EA) that can generate random BUY or SELL orders, and I'm using the following for this: // Generate random number (0 or 1) MathSrand (( int ) TimeLocal ());
: