More than One Order
Hi,
i´ve got a question: how to allow the expert to place more than one order independently?
Using the command (or another command if anybody know)
total=OrdersTotal();
if(total<1)
we got the control of the number of trades being executed simultaneously (if < 1, one at a tima, if >2, two at a time and so on)
But in real world, that command ends up with the expert placing two or more orders using the same entering conditions (same as using several lots).
I want to allow the expert to place another orders even if there is one or more orders opened, but not place them at thge same moment;
HOW TO ALLOW THE EXPERT TO PLACE MORE THAN ONE ORDER, WITHOUT PLACING THEM AT ONE TIMA?
thank you, waiting for help!
|