Skip to content

Commit

Permalink
V0.9.9 更新一批代码 (waditu#127)
Browse files Browse the repository at this point in the history
* 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

* 0.9.9 fist commit

* 0.9.9 优化QMT对接代码

* 0.9.9 新增Tushare数据查看笔、分型的BI页面

* 0.9.9 新增信号函数

* 0.9.9 update

* 0.9.9 优化TraderCallback

* 0.9.9 优化TraderCallback

* 0.9.9 新增 pos_changed 属性

* 0.9.9 优化策略基类

* 0.9.9 优化Position对象

* 0.9.9 新增两个信号函数

* 0.9.9 优化 Position 对象

* 0.9.9 新增plotly绘制K线图

* 0.9.9 新增plotly绘制K线图

* 0.9.9 新增股票beta策略

* 0.9.9 优化掘金终端对接代码
  • Loading branch information
zengbin93 authored Feb 26, 2023
1 parent cb3e648 commit 9478fff
Show file tree
Hide file tree
Showing 29 changed files with 1,886 additions and 1,025 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Python package

on:
push:
branches: [ master ]
branches: [ master, V0.9.9 ]
pull_request:
branches: [ master ]

Expand Down
6 changes: 4 additions & 2 deletions czsc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@
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
from czsc.strategies import CzscStrategyBase
from czsc.utils import KlineChart, BarGenerator, resample_bars, dill_dump, dill_load, read_json, save_json


__version__ = "0.9.8"
__version__ = "0.9.9"
__author__ = "zengbin93"
__email__ = "[email protected]"
__date__ = "20230210"
__date__ = "20230220"


if envs.get_welcome():
Expand Down
Loading

0 comments on commit 9478fff

Please sign in to comment.