Discover and explore top open-source AI tools and projects—updated daily.
chenwr727Quantitative stock trading analysis web app
Top 99.6% on SourcePulse
Summary
This Python project provides a web application for streamlined stock backtesting and analysis. Targeting quantitative traders and researchers, it integrates Streamlit, AkShare, Backtrader, and Pyecharts to offer a unified platform for data acquisition, strategy simulation, and result visualization within an intuitive web interface.
How It Works
The application employs Streamlit for a user-friendly, interactive web UI. Financial market data, specifically A-shares, is acquired using AkShare. Strategy backtesting is performed by the established Backtrader framework. Professional financial charts and analysis visualizations are generated via Pyecharts, consolidating the entire workflow into a single, accessible application.
Quick Start & Requirements
pip install -r requirements.txt.streamlit run backtrader_app.py.requirements.txt.Highlighted Details
Maintenance & Community
No specific details regarding maintainers, community channels (e.g., Discord, Slack), or project roadmap are present in the provided README excerpt.
Licensing & Compatibility
The license type and any compatibility notes for commercial use or closed-source linking are not specified in the provided README excerpt.
Limitations & Caveats
The README does not detail specific limitations, known bugs, or the project's development stage (e.g., alpha/beta). The current scope appears focused on A-shares and the implemented strategies, with no mention of broader market support or advanced features.
1 year ago
Inactive