While trying to concatenate two pandas dataframes, I discovered the price data is shifted by a day when the Resolution is set to Daily.  All price data are listed on dates corresponding to Tuesday through Saturday, while indicator data are listed on dates corresponding to Monday through Friday.  I have not tested other Resolutions to see if a similar 1-bar shift occurs. 

Is there a way to avoid the shift so that the price and indicator data are properly aligned relative to the datetime stamps?

Author