This repository contains the simplified yfinance demo version for GitHub and Streamlit Cloud.
- Streamlit app: https://all-weather-strategy.streamlit.app/
- The web app fetches historical prices from Yahoo Finance at runtime.
- No stock price history files are committed in this GitHub version.
- Open
app.pyin PyCharm and run it. - Or run
python app.py/streamlit run app.pyfrom this folder.
app.pyall_weather_strategy/requirements.txtSIMHEI.TTF
- This GitHub version is intentionally minimal.
- The full test-two materials are kept locally in
测试二:完整python项目. - The local test-two folder contains two subprojects:
all-weather-strategy-yfinanceandall-weather-strategy-tushare-local.