Hi Everyone,
I tried to setup an hotkey with Das Trader Pro but the sell stop order is not always filled.
What I tried to accomplish is to always trigger a sell stop order (even at market price) when the price is 20 cents below the asking price.
Do you know what I can do to always fill the stop order even at market price?
Here is the script I use:
ROUTE=MARKET;Price=Ask+0.05;Share=1000;TIF=DAY+;BUY=Send;TriggerOrder=RT:STOP STOPTYPE:Market STOPPRICE:AvgCost2-.20 PX:AvgCost2-.20 ACT:SELL QTY:POS TIF:DAY+
Thank you in advance