I am attempting to get the daily candle some time after market close and before market open.

I have tried a variation of Tony Shacklock's solution from the post linked below, where I modified the time to a little after midnight to account for the fact that the price data for the daily bar is not available until midnight:

https://www.quantconnect.com/forum/discussion/5244/daily-quotebar-consolidator-with-different-close-time/p1

I have also tried to simply output the Daily resolution OHLC from OnData.

When I compare the log outputs from both of the above attempts with other charting tools, the OHLC price points are different across the board.

What is the best way to trigger analysis and conduct swing trade positions after market close and before market open? Is it possible to get candle data to match other charting tools?