Rollover is accumulated at any new day. So I would suspect that for some reason one data set had less day changes, possibly Friday or Sunday, than the other one.

Sum up the open rollover of all open trades and plot or print the result at any bar. Then you can see where the differences come from.

var RollSum = 0;
for(open_trades) RollSum += TradeRoll;