I've made two algorithems that shoud function the same, with the only difference being that one uses a consolidator to get daily close price from hour data, and one uses daily data directly. They give very different results due to the time that the consolidator takes the daily close. Is there any way to make the consolidated data match the standard daily data? Both backtests are attached. 

Author