TA-Lib / ta-lib-python

Python wrapper for TA-Lib (http://ta-lib.org/).
http://ta-lib.github.io/ta-lib-python
Other
9.56k stars 1.75k forks source link

Looking to contribute to a market breadth indicator. #598

Open sohum-25 opened 1 year ago

sohum-25 commented 1 year ago

I would like to add an indicator for market breadth. It will take an input of closing prices of 100-1000 stocks and return the number of stocks above n-day EMA every day. The output will be a pandas series indexed in time. Please help me proceed.