Thread
:
how to set double orders
View Single Post
#
3
(
permalink
)
06-30-2006, 01:16 AM
phoenix
Senior Member
Join Date: May 2006
Posts: 289
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
phoenix
View Public Profile
Send a private message to phoenix
Find all posts by phoenix