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

Bulk add all indicators

Open dorienh opened this issue 4 years ago • 3 comments

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?

dorienh avatar Feb 02 '21 06:02 dorienh

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.

mrjbq7 avatar Feb 02 '21 14:02 mrjbq7

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?

dorienh avatar Feb 03 '21 03:02 dorienh

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.

luoyikang avatar Mar 18 '21 03:03 luoyikang