talipp
talipp copied to clipboard
talipp - incremental technical analysis library for python
Hi, I think tests for PivotsHL are missing. What is your reference implementation for testing? Kind regards https://github.com/nardew/talipp/blob/master/talipp/indicators/PivotsHL.py https://github.com/search?q=repo%3Anardew%2Ftalipp%20PivotsHL&type=code
Hi, I think tests for Ichimoku are [also](https://github.com/nardew/talipp/issues/85) missing. What is your reference implementation for testing? Kind regards https://github.com/nardew/talipp/blob/master/talipp/indicators/Ichimoku.py https://github.com/search?q=repo%3Anardew%2Ftalipp%20ichimoku&type=code
Hello Nardew, sorry to disturb you. I used your older version of talipp at the same code without any issue. After the upgrade to 2.2.1 I can only initialize indicators...
[https://stackoverflow.com/questions/62454181/zigzag-indicator-in-python](url) Can you add something like this?
https://github.com/nardew/talipp/blob/ed5e0e10c986121b5762d4538649212ec05a9847/talipp/indicators/SOBV.py#L44
Closes #141
First of all, Thank you for such a great library :heart:. There are not a lot of packages which offer streaming calculations. Coming to the issue, Start time of sampling...