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 .