StDashApp
Stock Analysis Dashboard Using Streamlit and Python
If you found the content useful and want to support my work, you can buy me a coffee!
This Dashboard app includes following analysis using bhavcopy and option chain:
- Stocks with highest and lowest delivery percentage
- Stock delivery volume/percentage trend Analysis
- Open Interest charts along with candlesticks
- Future Builtup
- Historical Option Chain
- Put Call Ratio
- Max Pain
Installation
First install the required libraries using below command
pip install streamlit matplotlib mplfinance plotly git+https://github.com/StreamAlpha/pynse.git
Running
After the installation is complete, run app using
streamlit run https://raw.githubusercontent.com/StreamAlpha/StDashApp/main/core/app.py
or clone this repo and run streamlit run core/app.py
Want to understand code??
If you want to understand the code, I suggest to watch you the following videos-