Skip to content

Commit

Permalink
V0.9.54 更新一批代码 (#201)
Browse files Browse the repository at this point in the history
* 0.9.54 start coding

* 0.9.54 tushare api 缓存案例

* 0.9.54 新增 bar_decision_V240616 信号

* 0.9.54 新增 bar_td9_V240616 信号

* 0.9.54 新增 bar_td9_V240616 信号

* 0.9.54 新增 bar_td9_V240616 信号

* 0.9.54 新增 cci_decision_V240620 信号

* 0.9.54 新增 show_czsc_trader

* 0.9.54 新增信号

* 0.9.54 新增信号

* 0.9.54 update

* 0.9.54 增加超额分析

* 0.9.54 QMT 增加自动登录函数

* 0.9.54 update
  • Loading branch information
zengbin93 authored Jun 29, 2024
1 parent b1777bb commit 3681728
Show file tree
Hide file tree
Showing 29 changed files with 1,125 additions and 293 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Python package

on:
push:
branches: [ master, V0.9.53 ]
branches: [ master, V0.9.54 ]
pull_request:
branches: [ master ]

Expand Down
5 changes: 3 additions & 2 deletions czsc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@
show_holds_backtest,
show_symbols_corr,
show_feature_returns,
show_czsc_trader,
)

from czsc.utils.bi_info import (
Expand Down Expand Up @@ -186,10 +187,10 @@
)


__version__ = "0.9.53"
__version__ = "0.9.54"
__author__ = "zengbin93"
__email__ = "[email protected]"
__date__ = "20240607"
__date__ = "20240616"


def welcome():
Expand Down
Loading

0 comments on commit 3681728

Please sign in to comment.