DAS trader hotkeys: Buy order with a stop loss added on

I'm getting my head around DAS traders hotkeys to improve my entries and exits for day trading.

Can anybody help with a hotkey that, when pressed, will send a limit buy order (5 cents above the ask) AND create a sell stop, 20 cents below the average fill price of the trade? So any my orders will automatically have the loss limited to 20 cents.

I know how to program the buy part, just need to know the syntax for adding a stop loss:
ROUTE=LIMIT;Price=Ask+0.05;Share=100;TIF=DAY+;BUY=Send

thanks
 
Back
Top