View Single Post
  #4 (permalink)  
Old 06-30-2006, 02:17 AM
iliaazshareef iliaazshareef is offline
Member
 
Join Date: Mar 2006
Posts: 77
iliaazshareef is on a distinguished road
Quote:
Originally Posted by phoenix
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


thank you Phoenix. will try .
Reply With Quote