ta-lib-python
ta-lib-python copied to clipboard
Bulk add all indicators
Is there a quick way to add all indicators as columns to my pandas dataframe / or equivalent OHLV numpy without having to call them individually?
What parameters would you use?
On Feb 1, 2021, at 10:17 PM, Dorien [email protected] wrote:
Is there a quick way to add all indicators as columns to my pandas dataframe / or equivalent OHLV numpy without having to call them individually?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.
I suppose there are no default settings. That makes sense, but I'm just trying to quickly bulk add TIs for a machine learning project.
Would I need to delve up each indicator function and check what type of settings they need?
Yes. As for a deep learning network, I dont wish pick up some useful features one by one but aggregate all features as an input. It would be pretty convenient if there is one API that can return all features. Anyway, its a small suggestion for this project.