stockstats
stockstats copied to clipboard
Trying to find a list of all supported indicators
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
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.