For a sell signal: EnterLongLimit(DefaultQuantity, Open[1] + 1 * TickSize, "a");
For a buy signal: EnterShortLimit(DefaultQuantity, Open[1] + 1 * TickSize, "b");
For some reason it doesn't seem to be working. I put this just below the buy sell order quantity line

Comment