I have a question: If the average trade duration is 5 bars (example) and Zorro retrain on every bar, can the WFO be "overlapped"? Is there possible the "ahead bias"?

For example:

NumWFOCycles = 5 * DataSplit/(100-DataSplit); // And the trade runs 6 days.

Thanks.