Script for Instant Short and Long positions

 

Hey my fellow traders,



does anybody have a script which can open short and long positions at one time and I can define stop losses and take profits in it? I mean instant execution.

I was trying to make a script like that but, Im not really "programmer" and it didn't work well. Sometimes it just opens one site or does not open any and sometimes it opens both.

I also need to define SLs and TPs as flexible parameters depending on the actual ASK and BID prices. One more thing > my broker does allow to place SL and TP values min. 10 pips from actual price.



thanks and wish you many pips

peter

 

Peter,

Not possible to "instant execution" orders. Trading platform is sequential in nature: only one trading thread for all programs running on platform. Even if manual order - only one at a time...

Next order is not allowed until platform hears back from server and server could be busy - platform just has to wait.

hth

Reason: