View Single Post
  #52 (permalink)  
Old 06-02-2008, 11:11 AM
Sanzabri2 Sanzabri2 is offline
Junior Member
 
Join Date: Jun 2008
Posts: 1
Sanzabri2 is on a distinguished road
Exclamation 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!
Reply With Quote