View Single Post
  #3 (permalink)  
Old 06-30-2006, 01:16 AM
phoenix's Avatar
phoenix phoenix is offline
Senior Member
 
Join Date: May 2006
Posts: 289
phoenix is on a distinguished road
set your ea to allow more than one order per pair at a time

then

ticket1=ordersend(...OP_BUY.................);
ticket2=ordersend(...OP_SELLSTOP.........);

that's it....i use to do this it works
Reply With Quote