Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zengbin93 authored Mar 4, 2023
1 parent 9509fe7 commit a77a480
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,33 +8,21 @@
[![Documentation Status](https://readthedocs.org/projects/czsc/badge/?version=latest)](https://czsc.readthedocs.io/en/latest/?badge=latest)

**[API文档](https://czsc.readthedocs.io/en/latest/modules.html)**
**[CZSC项目文档](https://s0cqcxuy3p.feishu.cn/wiki/wikcn3gB1MKl3ClpLnboHM1QgKf)**

>源于[缠中说缠博客](http://blog.sina.com.cn/chzhshch),原始博客中的内容不太完整,且没有评论,以下是网友整理的原文备份
* 备份网址1:https://chzhshch.blog
* 备份网址2:http://www.fxgan.com

>**假如没有了分型、笔、线段,缠论还是缠论吗?如果你的答案是“是”,这个项目是为你准备的。本项目旨在提供一个符合缠中说禅思维方式的程序化交易工具。**
```
主题: CZSC0.8.26 版本介绍
日期: 2022-05-22 19:53:55
录制文件:https://meeting.tencent.com/v2/cloud-record/share?id=a361ce70-45e7-4499-b577-681e1dc01401&from=3
访问密码:xy4a
```

```
主题: 信号计算函数的一些编写案例介绍
日期: 2022-07-03 19:55:37
录制文件:https://meeting.tencent.com/v2/cloud-record/share?id=dbfa7717-d63c-47dd-a5b6-b7b07afd58f5&from=3
访问密码:mHZA
```

## 项目贡献

* 缠论的 `分型、笔` 的自动识别,详见 `czsc/analyze.py`
* 定义并实现 `信号-因子-事件-交易` 量化交易逻辑体系,因子是信号的线性组合,事件是因子的同类合并,详见 `czsc/objects.py`
* 定义并实现了若干种基于笔的信号,详见 `czsc/signals.py`
* 缠论多级别联立决策分析交易,详见 `czsc/traders/advanced.py`
* 定义并实现了若干信号函数,详见 `czsc/signals`
* 缠论多级别联立决策分析交易,详见 `CzscTrader`
* 基于 Tushare 数据的择时、选股策略回测研究流程


Expand Down

0 comments on commit a77a480

Please sign in to comment.