stockstats icon indicating copy to clipboard operation
stockstats copied to clipboard

Trying to find a list of all supported indicators

Open 39xdgy opened this issue 2 years ago • 1 comments

Hi

I am working on a project for auto trading and I wonder if you have a function for me to grab all the indicators that you are supporting right now? thx

39xdgy avatar Apr 05 '22 04:04 39xdgy

You can either refer to the README or documentation to know all the indicators.

You can also use df.init_all(), where df is the dataframe. But I wouldn't recommend it. It generates many tables and can be slow for large data. This generates many columns showing different indicators.

roshanjain77 avatar Jun 02 '22 09:06 roshanjain77