I thought that In Zorro a bias cannot be introduced because a trade can only be opened at the beginning of the next bar or when a stop or Limit is reached at the next bar.
Using an entrylimit like
EnterLong(Lotsize, - priceHigh());

leads to unexpected results. The Price High of the bar -1 is taken and the Trade is entered at the current bar. This should not be possible, because i am using indicators based on the closing Price of the bar.
It is a negative bias in my case.

Is it reproducible?

Last edited by Opentrades; 04/03/16 10:04.