-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 0.9.59 start coding * 0.9.59 fix dt type error * 0.9.59 fix dt type error * 0.9.59 update * 0.9.59 新增 min_max_limit * 0.9.59 新增 rolling layers * 0.9.59 新增 rolling layers * 0.9.59 update * 0.9.59 update * 0.9.59 daily_performance 优化 * 0.9.59 daily_performance 优化
- Loading branch information
Showing
15 changed files
with
558 additions
and
183 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 |
---|---|---|
|
@@ -47,6 +47,7 @@ | |
from czsc.utils import ( | ||
mac_address, | ||
overlap, | ||
to_arrow, | ||
|
||
format_standard_kline, | ||
|
||
|
@@ -65,6 +66,7 @@ | |
save_json, | ||
get_sub_elements, | ||
get_py_namespace, | ||
code_namespace, | ||
freqs_sorted, | ||
x_round, | ||
import_by_name, | ||
|
@@ -155,6 +157,7 @@ | |
show_strategies_recent, | ||
show_factor_value, | ||
show_code_editor, | ||
show_classify, | ||
) | ||
|
||
from czsc.utils.bi_info import ( | ||
|
@@ -204,13 +207,15 @@ | |
cross_sectional_strategy, | ||
judge_factor_direction, | ||
monotonicity, | ||
min_max_limit, | ||
rolling_layers, | ||
) | ||
|
||
|
||
__version__ = "0.9.58" | ||
__version__ = "0.9.59" | ||
__author__ = "zengbin93" | ||
__email__ = "[email protected]" | ||
__date__ = "20240808" | ||
__date__ = "20240901" | ||
|
||
|
||
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
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
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
Oops, something went wrong.