-
Notifications
You must be signed in to change notification settings - Fork 984
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
Showing
29 changed files
with
1,125 additions
and
293 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -146,6 +146,7 @@ | |
show_holds_backtest, | ||
show_symbols_corr, | ||
show_feature_returns, | ||
show_czsc_trader, | ||
) | ||
|
||
from czsc.utils.bi_info import ( | ||
|
@@ -186,10 +187,10 @@ | |
) | ||
|
||
|
||
__version__ = "0.9.53" | ||
__version__ = "0.9.54" | ||
__author__ = "zengbin93" | ||
__email__ = "[email protected]" | ||
__date__ = "20240607" | ||
__date__ = "20240616" | ||
|
||
|
||
def welcome(): | ||
|
Oops, something went wrong.