-
Notifications
You must be signed in to change notification settings - Fork 1.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.11 start coding * 0.9.11 新增QMT实盘脚本样例 * 0.9.11 新增 get_unique_signals * 0.9.11 update * 0.9.11 fix bug * 0.9.11 fix bug * 0.9.11 action update * 0.9.11 update * 0.9.11 update * 0.9.11 update * 0.9.11 update * 0.9.11 update * 0.9.11 update * 0.9.11 新增飞书API便捷接口 * 0.9.11 优化实盘接口 * 0.9.11 优化实盘接口 * 0.9.11 优化实盘接口 * 0.9.11 fix docs
- Loading branch information
Showing
24 changed files
with
613 additions
and
105 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 |
---|---|---|
|
@@ -6,23 +6,25 @@ | |
""" | ||
from czsc import envs | ||
from czsc import ai | ||
from czsc import fsa | ||
from czsc import utils | ||
from czsc import traders | ||
from czsc import sensors | ||
from czsc import aphorism | ||
from czsc.analyze import CZSC | ||
from czsc.objects import Freq, Operate, Direction, Signal, Factor, Event, RawBar, NewBar, Position | ||
from czsc.utils.cache import home_path, get_dir_size, empty_cache_path | ||
from czsc.traders import CzscTrader, CzscSignals, generate_czsc_signals, check_signals_acc | ||
from czsc.traders import CzscTrader, CzscSignals, generate_czsc_signals, check_signals_acc, get_unique_signals | ||
from czsc.traders import PairsPerformance, combine_holds_and_pairs, combine_dates_and_pairs, stock_holds_performance | ||
from czsc.strategies import CzscStrategyBase | ||
from czsc.utils import KlineChart, BarGenerator, resample_bars, dill_dump, dill_load, read_json, save_json | ||
from czsc.utils import get_sub_elements, get_py_namespace, freqs_sorted, x_round, import_by_name, create_grid_params | ||
|
||
|
||
__version__ = "0.9.10" | ||
__version__ = "0.9.11" | ||
__author__ = "zengbin93" | ||
__email__ = "[email protected]" | ||
__date__ = "20230228" | ||
__date__ = "20230312" | ||
|
||
|
||
if envs.get_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.