Skip to content

Tags: longfeima/czsc

Tags

v0.10.3

Toggle v0.10.3's commit message
Refactor code structure for improved readability and maintainability

v0.10.2

Toggle v0.10.2's commit message
chore: bump version to 0.10.2

v0.10.1

Toggle v0.10.1's commit message
refactor: remove unused imports and update __all__ in analyze.py

v0.9.69

Toggle v0.9.69's commit message
chore: comment out lint check step in workflow

v0.9.69-a

Toggle v0.9.69-a's commit message
chore: comment out lint check step in workflow

0.9.68

Toggle 0.9.68's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request waditu#232 from waditu/V0.9.68

V0.9.68 更新一批代码

0.9.67

Toggle 0.9.67's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request waditu#229 from waditu/V0.9.67

V0.9.67 适配 ta-lib-everywhere

0.9.66

Toggle 0.9.66's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request waditu#227 from waditu/V0.9.66_B

chore: 更新requirements.txt,移除tushare依赖;调整GitHub工作流分支名称;更新多个示例文件的描述信息,删…

0.9.65

Toggle 0.9.65's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request waditu#225 from waditu/V0.9.65

V0.9.65 更新一批代码

0.9.64

Toggle 0.9.64's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
V0.9.64 更新一批代码 (waditu#224)

* 0.9.64 start coding

* 0.9.64 新增两个 streamlit 组件

* Add show_returns_contribution Streamlit component for strategy returns analysis

* 优化 show_returns_contribution 组件,增加图表标题和说明

* 0.9.64 新增两个组件

* 优化图表布局,修复函数名拼写错误,更新示例代码以展示因子值可视化

* Refactor seasonal effect component to quarterly effect and update example for improved outsample comparison

* update

* Add cumulative returns visualization and new trading time function; refactor trade price calculation

* Add Streamlit example for incremental line chart updates with random data

* 优化季度效果展示函数,更新统计信息的显示方式,调整图表布局以提升可读性

* 更新代码注释,优化函数参数类型,移除过时函数,增加新函数以获取分钟线数据

* 标记函数subtract_fee为过时,建议使用rs_czsc.WeightBacktest替代以支持扣费

* 更新README.md,突出项目贡献部分的链接,调整Python版本要求为3.8及以上,并新增使用案例部分以提供更多参考资料。

* 移除过时的cal_trade_price函数,并在相关模块中重新导入以保持功能完整性

* 修正测试任务中的路径,更新pytest命令以指向正确的测试目录;移除过时的bar_cross_ps_V221112函数;调整测试数据构造方式以提高可读性和准确性。

* 修正测试文件中的权重计算,将权重值从整数更改为浮点数;更新交易价格计算测试,调整相关断言以匹配新计算结果。