# stock-backtrader-web-app **Repository Path**: chenwr727/stock-backtrader-web-app ## Basic Information - **Project Name**: stock-backtrader-web-app - **Description**: stock backtrader web app - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 4 - **Created**: 2022-02-19 - **Last Updated**: 2023-11-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # stock-backtrader-web-app 回测看板 * [akshare](https://github.com/akfamily/akshare),获取数据 * [backtrader](https://github.com/mementum/backtrader),回测 * [pyecharts](https://github.com/pyecharts/pyecharts),可视化 * [streamlit](https://github.com/streamlit/streamlit),web搭建 ## 依赖 ```shell pip install -r requirements.txt ``` ## 运行 ```shell streamlit run backtrader_app.py ``` ## 策略 ```shell python -m unittest tests.MaStrategyTest ```