Closed Igosuki closed 2 years ago
Hello!
Thank you for you contribution. Unfortunately this improvement breaks backward compatibility a little bit, so it may be released only in 0.6.0 . Also I want to investigate this problem to try to reduce trait requirements in collapse_timeframe
method.
np, let me know if I can do more
Well, I just released a new version.
It has almost the same approach, as in your PR, but uses std::ops::Add
trait instead of adding a new one.
Ok, I migrated to use Add, thank you and let me know if you need help on the project in the future.
Hi Dmitry, first of all great work on this library, I also wanted to fork ta so it saves me a lot of time.
I'm using candles with more added info, and figured it would be good to use the sequence operators with a custom candle type.