You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected data should same as this high = pd.DataFrame({'high': self.data.High}, index=self.data.index).resample('15min').agg('max').dropna().values[:, 0][-500:]
Actual Behavior
but when i use self.High = resample_apply('15min', None, self.data.High)
and print( self.High[-1], high[-1]), the value of self.high is incorrect, but high[-1] is corrct.
Steps to Reproduce
pythoncodegoeshere
Additional info
Backtesting version: 0.?.?
bokeh.__version__:
OS:
The text was updated successfully, but these errors were encountered:
Expected Behavior
Expected data should same as this high = pd.DataFrame({'high': self.data.High}, index=self.data.index).resample('15min').agg('max').dropna().values[:, 0][-500:]
Actual Behavior
but when i use self.High = resample_apply('15min', None, self.data.High)
and print( self.High[-1], high[-1]), the value of self.high is incorrect, but high[-1] is corrct.
Steps to Reproduce
Additional info
bokeh.__version__
:The text was updated successfully, but these errors were encountered: