This Streamlit application provides an advanced stock market analysis tool. It fetches real-time stock data, calculates technical indicators, and visualizes the results.
- Real-time stock data fetching
- Moving Average calculations (20-day and 50-day SMAs)
- Relative Strength Index (RSI) calculation
- Interactive charts for price and RSI
- Basic technical analysis insights
- Clone this repository
- Install the required packages:
pip install -r requirements.txt
Run the Streamlit app:
streamlit run main.py
Enter a stock ticker, select date range, and click "Analyze" to view the results.
Contributions, issues, and feature requests are welcome!