-
Notifications
You must be signed in to change notification settings - Fork 997
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 0.9.55 start coding * 飞书API (#202) Co-authored-by: jun <> * 0.9.55 新增飞书多维表格API接口 * 增加gm 可实盘模板 (#205) * 0.9.55 update * 0.9.55 新增 fernet 加密解密方法 * 0.9.55 update --------- Co-authored-by: JunTurbo <[email protected]> Co-authored-by: xie lee <[email protected]>
- Loading branch information
1 parent
3681728
commit 277defc
Showing
14 changed files
with
1,629 additions
and
110 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 |
---|---|---|
|
@@ -45,6 +45,7 @@ | |
ExitsOptimize, | ||
) | ||
from czsc.utils import ( | ||
mac_address, | ||
overlap, | ||
|
||
format_standard_kline, | ||
|
@@ -105,6 +106,10 @@ | |
|
||
optuna_study, | ||
optuna_good_params, | ||
|
||
generate_fernet_key, | ||
fernet_encrypt, | ||
fernet_decrypt, | ||
) | ||
|
||
# 交易日历工具 | ||
|
@@ -187,10 +192,10 @@ | |
) | ||
|
||
|
||
__version__ = "0.9.54" | ||
__version__ = "0.9.55" | ||
__author__ = "zengbin93" | ||
__email__ = "[email protected]" | ||
__date__ = "20240616" | ||
__date__ = "20240706" | ||
|
||
|
||
def welcome(): | ||
|
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
Oops, something went wrong.