About Streamlit Dashboard returning technical indicators for a given crypto (yfinance/ta).
Running: streamlit run https://raw.githubusercontent.com/poltys/Streamlit-Cryptocurrencies-Dashboard/master/app.py
- Add option to download list with USD or EUR
- Defined eur-usd ticker conversion(https://github.com/poltys/Streamlit-Cryptocurrencies-Dashboard/blob/master/eur-usd-conversion/eur_usd_conversion.py):
- however some ticker do not provide result
- and first summary table is not updating
- alternative source to be identified
- Defined eur-usd ticker conversion(https://github.com/poltys/Streamlit-Cryptocurrencies-Dashboard/blob/master/eur-usd-conversion/eur_usd_conversion.py):
- Add user inputs(https://github.com/poltys/Streamlit-Dashboard-Ticker_Technical_Analysis)
- Buying Price
- Add shapes(i.e. means)
- Create button to upload portfolio details and define global buying price / weighted av.
- Portfolio Size
- T Price
- Add Dynamic Indicators
- Momentum Indicators
- Volatility Indicators
- Define df.style specific rules based on each technical indicators
- df.style apply to axis=1
- Add means
- Dynamically generate annotations
- Add technical indicators
- Add already trained ML predictive model - google colab
- Allow user to use the model
- Deploy on Heroku