Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ai4trade committed Jul 10, 2022
1 parent 3b90a66 commit d4c8436
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 188 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
- [行情接口以及历史行情数据下载](#行情接口以及历史行情数据下载)
- [历史行情批量缓存](#历史行情批量缓存)
- [历史行情转存数据库](#历史行情转存数据库)
- [交易接口分析](#交易接口分析)
- [交易接口封装](#交易接口封装)
- [量化策略研究](#量化策略研究)
- [新闻事件量化](#新闻事件量化)
- [技术面特征提取](#技术面特征提取)
Expand All @@ -32,13 +30,6 @@
### 历史行情转存数据库
[迅投QMT历史行情转存Clickhouse数据库](https://mp.weixin.qq.com/s/5337pliFLRlpQoEkQA31Og): 本节介绍如何将读取本地的缓存数据并写入到clickhouse数据库中。历史行情数据从格式上看分为tick数据和K线数据两大类,针对这两类的数据我们分别处理。

## 交易接口分析

### 交易接口封装
[迅投QMT量化平台交易接口封装](https://mp.weixin.qq.com/s/42ixWcqA0k71Xr49BbzrIg): 迅投QMT量化平台提供了极简客户端,可直接使用Python调用其提供的交易功能。本文使用Python中的Sanic异步框架将交易接口进一步封装成HTTP访问接口,方便从远程Linux主机调用。

源码:`src/trade_service.py`


## 量化策略研究

Expand Down
179 changes: 0 additions & 179 deletions src/trade_service.py

This file was deleted.

0 comments on commit d4c8436

Please sign in to comment.