Commit Graph

16 Commits

Author SHA1 Message Date
tigerenwork f743202869 feat: 添加量化交易策略回测与优化演示 Notebook 2026-06-24 00:41:22 +08:00
tigerenwork 69e688deab feat: add demo script for data acquisition using Baostock
- Implemented a complete demo for fetching A-share stock and index data using Baostock.
- Included login/logout mechanism, data fetching for selected stocks and indices, and data cleaning processes.
- Added functionality to store cleaned data into CSV files.
- Provided detailed comments and print statements for user guidance and understanding.
2026-06-08 09:05:24 +08:00
tigerenwork 7822e6d363 feat: add comprehensive learning path for quantitative trading 2026-06-08 00:54:49 +08:00
tigerenwork 5f7537a01d Refactor code structure for improved readability and maintainability 2026-06-07 22:52:48 +08:00
tigerenwork b03a8f7dda feat: add demo script for Tushare Pro data acquisition
- Implemented a comprehensive demo for acquiring financial data using Tushare Pro.
- Included sections for registration, token configuration, and data fetching for A-shares, indices, and fundamental data.
- Added data cleaning and alignment processes, along with local database construction.
- Provided a comparison between Tushare and AKShare, highlighting key differences and use cases.
2026-06-07 15:33:37 +08:00
tigerenwork a9e1399cdc Update personal investor guide and add DeepSeek AI quantification document
- Enhanced the personal investor guide with additional sections on LLM-assisted quantitative analysis and risk management strategies.
- Included detailed explanations of practical scenarios for using LLM in quantitative analysis.
- Expanded the risk management section to cover volatility targeting, hard stop-loss, and maximum drawdown triggers.
- Added appendices comparing market entry books with the demo series.
- Introduced a new document on DeepSeek and Python for quantitative trading, covering foundational concepts, tools, and practical case studies.
2026-06-07 01:36:53 +08:00
tigerenwork ca4f8095ca feat: add comprehensive guide for personal investors on quantitative trading practices 2026-06-04 23:59:58 +08:00
tigerenwork 7a77d2bf71 feat: add A-Share Sector ETF rotation strategy demo with synthetic data
- Implemented a comprehensive backtesting framework for ETF rotation strategies including relative momentum, dual momentum, and equal weight benchmark.
- Generated synthetic price data for various A-share sector ETFs and a bond ETF.
- Calculated momentum scores using different lookback periods for robustness.
- Developed a transaction cost model specific to A-share ETFs, accounting for commissions, stamp duty, and slippage.
- Conducted backtests for three strategies and calculated performance metrics including CAGR, volatility, Sharpe ratio, and maximum drawdown.
- Added visualizations for cumulative NAV, performance radar, drawdown curves, and monthly turnover.
- Summarized key takeaways and next steps for further development.
2026-06-02 00:36:50 +08:00
tigerenwork d4bf60767e Add comprehensive A股量化交易实践指南
- Introduced a detailed guide for beginners transitioning from demo to real trading in the A股 market.
- Included sections on unique A股 trading rules, backtesting pitfalls, risk management, real data integration, fundamental factors, execution strategies, recommended tools, and a complete learning path.
- Highlighted critical areas for new traders to focus on, including T+1 settlement, trading costs, and the importance of risk management.
- Provided practical examples and code snippets for data access and processing using popular libraries.
2026-05-31 17:03:27 +08:00
tigerenwork 5519ab9735 Refactor code structure for improved readability and maintainability 2026-05-31 15:04:21 +08:00
tigerenwork 6fa2761380 Refactor code structure for improved readability and maintainability 2026-05-31 14:48:09 +08:00
tigerenwork 9546279fcf Refactor code structure for improved readability and maintainability 2026-05-31 13:49:54 +08:00
tigerenwork 31f8695d56 feat: Enhance data pipeline with circuit breakers and price limit flags 2026-05-30 00:48:10 +08:00
tigerenwork 9023c8eb76 feat: Add comprehensive quantitative trading data pipeline demo
- Implemented a data pipeline for quantitative trading covering:
  - Price adjustment for corporate actions (splits & dividends)
  - Calculation of simple and log returns
  - Handling of multi-stock panels and missing values
  - Outlier detection and treatment methods (Z-score, MAD, Winsorize)
  - Trading calendar creation and cross-market alignment
  - End-to-end DataPipeline class for data cleaning and analysis
- Included visualizations for price adjustments, return comparisons, and missing value handling
- Added detailed comments and documentation in Chinese for clarity
2026-05-30 00:24:41 +08:00
tigerenwork 81852b83b9 Add data pipeline implementation and requirements file for data processing 2026-05-29 01:34:53 +08:00
tigerenwork fcf98abdd4 first commit 2026-05-29 01:34:18 +08:00