Has anyone tried matching Zorro backtest results with TradeStation's?

I am trying to match trade results of a daily SPY ETF trading strategy between Zorro and TradeStation. The SPY trades from 9:30 - 16:00 Eastern Time. I have used TradeStation's historical data for this backtest.

Within TradeStation trades can be entered at the current bar at close or the next bar at the open. In Zorro trades are usually entered at the close or at the next bar's open (by setting Fill to 3).
However, by setting Fill to 3 all trades are entered at the next bar's open. Is there a way to specify this for each trade individually? (e.g. enter long trades at the next bar's open and exit them at the current bar's close).


Also, for setting up bars I have used following settings:

StartMarket=930;
EndMarket=1600;
BarPeriod=6.5*60;
StartWeek=11200;
EndWeek=52100;
BarZone=ET;
Weekend=18;

The created bars are similar to TradeStation's but especially the open differs (it's frequently the same as the previous close, which is incorrect).