This website requires JavaScript.
Explore
Help
Sign In
CatB
/
backtrader
Watch
1
Star
0
Fork
0
You've already forked backtrader
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
27
Commits
1
Branch
0
Tags
135
KiB
Python
100%
c0468c9f71
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
Qihang Zhang
c0468c9f71
♻️
refactor(data_fetcher): 重构数据获取逻辑,添加通用API调用接口和批量处理功能,提高大数据集处理效率
2025-04-19 16:51:53 +08:00
config_manager.py
♻️
refactor(config): 重构配置管理系统,使用单例模式替代模块级函数
2025-04-19 14:22:18 +08:00
data_fetcher.py
♻️
refactor(data_fetcher): 重构数据获取逻辑,添加通用API调用接口和批量处理功能,提高大数据集处理效率
2025-04-19 16:51:53 +08:00
database_manager.py
♻️
refactor(data_fetcher): 重构数据获取逻辑,添加通用API调用接口和批量处理功能,提高大数据集处理效率
2025-04-19 16:51:53 +08:00
logger.py
♻️
refactor(config): 重构配置管理系统,使用单例模式替代模块级函数
2025-04-19 14:22:18 +08:00
main.py
♻️
refactor(data_fetcher): 重构数据获取逻辑,添加通用API调用接口和批量处理功能,提高大数据集处理效率
2025-04-19 16:51:53 +08:00
money_flow_analyzer.py
🐛
fix(money_flow_analyzer): 修复参数处理逻辑,当max_days大于days_forward时自动调整为一致值并减小默认max_days
2025-04-19 15:34:36 +08:00