[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Help with Easylanguage trade orders



PureBytes Links

Trading Reference Links

> 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