jealous / stockstats

Supply a wrapper ``StockDataFrame`` based on the ``pandas.DataFrame`` with inline stock statistics/indicators support.
Other
1.29k stars 299 forks source link

Trying to find a list of all supported indicators #117

Closed 39xdgy closed 1 year ago

39xdgy commented 2 years ago

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

roshanjain77 commented 2 years ago

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.