Does anyone have an example of an algo that uses a different timeframe, for example 15 minute or 30 minute bars instead of 1 minute bars?
I've seen some proof of concept code snippets in the threads but not a working algorithm. I've also tried using the resample method but am running into issues with that because handle_data is still being called on every minute.
thanks!