The 99.9% testing in MT4 is mandatory because the last MT4 candle is tick based and thus normally incomplete. So without tick based testing, the MT4 backtest can be way off.

In Zorro the last candle is always complete, so tick based testing is not as necessary as in MT4. Still, it's better. You should use the TICKS flag under the conditions mentioned above.