I am asked a lot how to buy and send an automatic STOP Loss order all in one hotkey.
Try this:
ROUTE=SMRTL;Share=BP*0.25;TIF=DAY+;Price=ASK+0.10;BUY=Send;ROUTE=STOP;StopType=Market;StopPrice=AvgCost-0.30;Share=Pos;TIF=DAY+;SELL=Send;
What it does?
It buys at 25% of your buying power, and then automatically send a stop loss order at AvgCost -30 cent.
You can change it anyway you want!