> For some (te me) unknow reason TS does not allow you to mix
> "market" orders with orders that somehow test "open tomorrow". 
To protect some unknowing system developer from doing something like:
if Open tomorrow > Close then begin
  buy at close;
  sell at market;  { sell tomorrow's open }
  end;
Gary
 |