ta-lib-python icon indicating copy to clipboard operation
ta-lib-python copied to clipboard

Feature Request - Keltner channels

Open michaelwjoyner opened this issue 6 years ago • 3 comments

Feature Request - Keltner channels

Is Keltner Channels in the pipeline for the future?

michaelwjoyner avatar Mar 29 '19 16:03 michaelwjoyner

sorry to bump this - was wondering the same thing. Very useful indicator!

igor555 avatar Jun 26 '20 02:06 igor555

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.

mrjbq7 avatar Jun 26 '20 02:06 mrjbq7

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.

nardew avatar Nov 01 '20 17:11 nardew