This behavior can be mitigated with the following hack. The cost of the hack is that it introduces non-determinism.
Code:
vars Highs = series(priceHigh() + random() * 0.000001);
  vars Lows = series(priceLow() + random() * 0.000001);


Last edited by GPEngine; 08/11/14 07:20.