Skip to content

Tags: yanever/czsc

Tags

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函数;调整测试数据构造方式以提高可读性和准确性。

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

0.9.63

Toggle 0.9.63's commit message

Verified

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

* 0.9.63 start coding

* 0.9.63 优化 get_symbols

* 0.9.63 fix cal_symbols_factor

* remove

* 0.9.63 fix import

* 0.9.63 fix import

* 0.9.63 yearly_days 最大值限制在365

* 0.9.63 update

* 0.9.63 删除 deprecated 函数

* 0.9.63 支持自定义数据库名称

* 0.9.63 删除不必要的类

* 0.9.63 使用 rs_czsc 替换几个函数

* 0.9.63 github actions 不再支持3.8

* 0.9.63 新增 rust 版本的简单测试

* 0.9.63 新增 rust 版本的简单测试

0.9.62

Toggle 0.9.62's commit message

Verified

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

* 0.9.62 start coding

* 0.9.62 test rs_czsc

* 0.9.62 增加增量缓存数据函数

* 0.9.62 增加增量缓存数据函数

* 0.9.62 优化 streamlit 组件

* 0.9.62 新增 show_weight_distribution 组件

* 0.9.62 新增 CZSC_DATA_API 环境变量

* 0.9.62 rs_czsc

* 0.9.62 rs_czsc

* 0.9.62 不再支持 python 3.7

* 0.9.62 不再支持 python 3.7

* 0.9.62 remove pandas_ta

* 0.9.62 remove pandas_ta

* 0.9.62 fix bug

* 0.9.62 新增K线质量检查工具

* 0.9.62 update limit leverage

* 0.9.62 新增 clickhouse weights client

* 0.9.62 fix check_kline_quality

* 0.9.62 fix Optional

* 0.9.62 fix Optional

* 0.9.62 fix Optional

0.9.61

Toggle 0.9.61's commit message

Verified

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

* 0.9.61 start coding

* 0.9.61 start coding

* 0.9.61 update

* 0.9.61 update

* 0.9.61 update

* 0.9.61 新增 pyd 打包支持

* 0.9.61 新增 pyd 打包支持

* 0.9.61 新增 pyd 打包支持

* 0.9.61 新增 yearly_days 参数支持

* 0.9.61 新增 limit_leverage 函数

* 0.9.61 更新 setup 配置

* 0.9.61 新增 show_corr_graph 相关性可视化

* 0.9.61 新增 price_type 参数控制回测交易价格

* 0.9.61 优化 cross_sectional_strategy

* 0.9.61 fix networkx

* 0.9.61 更新2025年的交易日历

* 0.9.61 WeightBacktest 支持多空分离的收益统计

* 0.9.61 WeightBacktest 支持多空分离的收益统计

* 0.9.61 新增时间效应分析组件

* 0.9.61 update