Multiple Timeframe. #916
traderblakeq
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi There,
I am creating a strategy where I need multiple Timeframe.
Any feedback is welcome.
Thank you in advance!.
Update:
Solution is:
self.price_resampled_1h = self.data.df.resample('1h', label='right').agg('last')
Beta Was this translation helpful? Give feedback.
All reactions