-
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.6 update * 0.9.6 update * 0.9.7 新增 tas_kdj_evc_V221201 信号 * 0.9.7 新增 tas_kdj_evc_V221201 信号 * 0.9.7 新增飞书消息发送 * 0.9.7 新增结合大盘择时或股票池的择时优化分析 * 0.9.7 update * 0.9.7 fix update_bi * 0.9.7 update * 0.9.7 update * 0.9.7 CzscTrader 新增 on_sig 模式 * 0.9.7 fix * 0.9.7 update * 0.9.7 增加持仓评价 * 0.9.7 支持自定义仓位集成方法 * 0.9.7 支持自定义仓位集成方法 * 0.9.7 update * 0.9.7 update * 0.9.7 update * 0.9.7 update * 0.9.7 update * 0.9.7 update * 0.9.7 update * 0.9.7 update * 0.9.7 fix test * 0.9.7 fix test * 0.9.7 update * 0.9.7 deprecated * 0.9.7 update * 0.9.7 update * 0.9.7 update * 0.9.7 update * 0.9.7 update * 0.9.7 fix bug * 0.9.7 update * 0.9.7 update * 0.9.7 新增 QmtTradeManager 用于实盘仿真 * 0.9.7 新增 QmtTradeManager 用于实盘仿真 * 0.9.7 update examples * 0.9.7 fix test * 0.9.8 start coding * 0.9.8 update * 0.9.8 update * 0.9.8 update * 0.9.8 新增假突破信号 * 0.9.8 新增K线重采样函数 * 0.9.8 新增K线重采样函数 * 0.9.8 fix bug * 0.9.8 QMT支持任意 base_freq * 0.9.8 update * 0.9.8 clean codes * 0.9.8 update vol signals * 0.9.8 clean codes * 0.9.8 update * 0.9.8 update * 0.9.8 update * 0.9.8 Position 对象新增 dump 方法 * 0.9.8 优化信号 * 0.9.8 新增 base_freq * update
- Loading branch information
Showing
347 changed files
with
1,230 additions
and
7,024 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 |
---|---|---|
|
@@ -11,16 +11,16 @@ | |
from czsc import sensors | ||
from czsc import aphorism | ||
from czsc.analyze import CZSC | ||
from czsc.traders.advanced import CzscAdvancedTrader, create_advanced_trader | ||
from czsc.utils.ta import SMA, EMA, MACD, KDJ | ||
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 | ||
from czsc.traders import PairsPerformance, combine_holds_and_pairs, combine_dates_and_pairs | ||
|
||
|
||
__version__ = "0.9.7" | ||
__version__ = "0.9.8" | ||
__author__ = "zengbin93" | ||
__email__ = "[email protected]" | ||
__date__ = "20230123" | ||
__date__ = "20230210" | ||
|
||
|
||
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
Oops, something went wrong.