I want to calculate my custom indicator based on a bar over two market days and want this data to be consolidated based on Resolution.Hour data. 

What timedelta should I use? 

calendar hours

timedelta(hours = 48) 

or 

market hours

timedelta(hours = 13)

and where is it explained in the documentation?