boinvest » Tue Jan 06, 2015 4:52 pm wrote:Is seems to work as inteded.matt_32 » Tue Jan 06, 2015 10:05 am wrote:Not sure if this has been answered before .....but I've been having problems with multiple orders sent at the same time for some trading pairs. I've set the safety feature in the EA to open trades at least every 15 mins, but the system seems to be generating 2-3- or even more trades at the same time.
What am I doing wrong?
Matt
Hard to tell from your screehshot..
The purpose of this function:
The minbetweentrades is the time to wait between a different or same type of trade...
So it's normal that it is openning the single trade, and sent x Multiples right afterwards...
THEN, it should wait.. before the min minutes between trades pass..
(for that PAIR) You should see this message on screen..
*************** CANNOT TRADE YET. TOO SOON AFTER CLOSE OF PREVIOUS TRADE***************
after that time, should start trading again
Well, I didnt bother to look into this function..
As I like this thingy to make as many trades as possible..
My problem is the EA opened 5 trades of the same pair, at the same time at exactly the same price. How can I prevent it from doing so ?
Matt