ta-lib-python
ta-lib-python copied to clipboard
Feature Request - Keltner channels
Feature Request - Keltner channels
Is Keltner Channels in the pipeline for the future?
sorry to bump this - was wondering the same thing. Very useful indicator!
It’s a great question, but I have no plans to add indicators in this Python project. It would be better to add them upstream to the TA-Lib underlying C library.
Alternatively, explore some of the pure python indicator projects like Tulip or PyTA.
On Jun 25, 2020, at 7:32 PM, igor555 [email protected] wrote:
sorry to bump this - was wondering the same thing. Very useful indicator!
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.
talipp contains Keltner channels. But keep in mind it is no a wapper around ta-lib so might be not as performant for batch calculation as ta-lib based libraries. On the other hand, it calculates indicators in incremental (realtime) mode.