You need pending orders then.

Code:
var Price = priceClose();
TakeProfit = Price;
Stop = Price + 50*PIP;
enterShort(1,-15*PIP);
enterShort(1,-20*PIP);
enterShort(1,-25*PIP);


You need the TICKS flag here, as you're operating with very small entry/stop distances.

Last edited by jcl; 07/31/13 12:33.