This project is a real-time financial dashboard built using Streamlit, yfinance, pandas, and matplotlib. It displays candlestick charts for GBPJPY, AUDJPY, and BTC-USD, along with Quarter Theory levels and a 50-period EMA. For BTC-USD, it also includes Kairi Relative Index (KRI) with Buy/Sell signals.
- Real-time candlestick charts for GBPJPY, AUDJPY, and BTC-USD π
- Quarter Theory levels for GBPJPY and AUDJPY π
- 50-period EMA for GBPJPY and AUDJPY π
- Kairi Relative Index (KRI) with Buy/Sell signals for BTC-USD πΉ
- Data fetched using yfinance π
- Interactive dashboard using Streamlit π₯οΈ
- streamlit==1.43.2
- yfinance==0.2.54
- pandas==2.2.3
- matplotlib==3.9.3
- mplfinance==0.12.10b0
The application is deployed at: https://fxdash.streamlit.app
-
Install the required libraries:
pip install -r requirements.txt
-
Run the Streamlit app:
streamlit run app.py