Skip to content

Commit

Permalink
#update
Browse files Browse the repository at this point in the history
  • Loading branch information
yutiansut committed Jun 26, 2018
1 parent cd7c6a4 commit 497de3d
Show file tree
Hide file tree
Showing 11 changed files with 53 additions and 53 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
写代码不易...请作者喝杯咖啡呗?


![](http://pic.yutiansut.comalipay.png)
![](http://pic.yutiansut.com/alipay.png)

(PS: 支付的时候 请带上你的名字/昵称呀 会维护一个赞助列表~ )

Expand Down
4 changes: 2 additions & 2 deletions Documents/DataStruct.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# QUANTAXIS的核心数据结构以及方法


![datastruct](http://pic.yutiansut.comdatastruct.png)
![datastruct](http://pic.yutiansut.com/datastruct.png)

属性用@property装饰器装饰,进行懒运算 提高效率
<!-- vscode-markdown-toc -->
Expand Down Expand Up @@ -302,7 +302,7 @@ QUANTAXIS>> The Pic has been saved to your path: .\QA_stock_day_000001_bfq.html

```

![](http://pic.yutiansut.comQQ%E6%88%AA%E5%9B%BE20171004125336.png)
![](http://pic.yutiansut.com/QQ%E6%88%AA%E5%9B%BE20171004125336.png)

## 14. <a name='-1'></a>统计学部分

Expand Down
2 changes: 1 addition & 1 deletion Documents/about_event.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ QAENGINE分三个部分
事件的核心可以简单理解为一个带队列的线程(进程/协程),将事件分类,做成生产者消费者模式,通过队列传递任务


![](http://pic.yutiansut.comQUANTAXISEvent.png)
![](http://pic.yutiansut.com/QUANTAXISEvent.png)

## QATASK - 存在于队列中的标准单元

Expand Down
2 changes: 1 addition & 1 deletion Documents/about_market.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ QUANTAXIS的market前置可以理解为一个类似于没有界面的交易客

在backtest中,使用时间轴(一个生成器)去推动数据更新和时间前进,在真实环境中,就是真实的时间和行情驱动前进

![](http://pic.yutiansut.commarket_gen.png)
![](http://pic.yutiansut.com/market_gen.png)
6 changes: 3 additions & 3 deletions Documents/about_pr.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ git push origin master
6. 提交代码
7. 等待审核通过

![](http://pic.yutiansut.comPR1.png)
![](http://pic.yutiansut.comPR2.png)
![](http://pic.yutiansut.comPR3.png)
![](http://pic.yutiansut.com/PR1.png)
![](http://pic.yutiansut.com/PR2.png)
![](http://pic.yutiansut.com/PR3.png)
4 changes: 2 additions & 2 deletions Documents/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ docker pull registry.cn-shanghai.aliyuncs.com/yutiansut/quantaxis
```


![执行时的命令行](http://pic.yutiansut.comQQ%E6%88%AA%E5%9B%BE20171213102629.png)
![执行时的命令行](http://pic.yutiansut.com/QQ%E6%88%AA%E5%9B%BE20171213102629.png)


### 2.2. <a name='-1'></a>1.2 运行镜像(2选1)
Expand Down Expand Up @@ -104,7 +104,7 @@ cd /home/quantaxis/config && nohup sh ./startjupyter.sh &
```

![启动命令](http://pic.yutiansut.comQQ%E6%88%AA%E5%9B%BE20171213104144.png)
![启动命令](http://pic.yutiansut.com/QQ%E6%88%AA%E5%9B%BE20171213104144.png)



Expand Down
12 changes: 6 additions & 6 deletions Documents/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,18 +68,18 @@ python backtest.py
## 启动jupyter 来运行QUANTAXIS

### 1.在命令行启动jupyter
![](http://pic.yutiansut.comQQ%E6%88%AA%E5%9B%BE20180626231059.png)
![](http://pic.yutiansut.com/QQ%E6%88%AA%E5%9B%BE20180626231059.png)


### 2.在产生的网页上新建一个notebook
![](http://pic.yutiansut.comQQ%E5%9B%BE%E7%89%8720180626231143.png)
![](http://pic.yutiansut.com/QQ%E5%9B%BE%E7%89%8720180626231143.png)

### 3.在notebook中运行代码
![](http://pic.yutiansut.comQQ%E5%9B%BE%E7%89%8720180626231307.png)
![](http://pic.yutiansut.com/QQ%E5%9B%BE%E7%89%8720180626231307.png)


### 4.保存notebook为可运行的python文件
![](http://pic.yutiansut.comQQ%E5%9B%BE%E7%89%8720180626231353.png)
![](http://pic.yutiansut.com/QQ%E5%9B%BE%E7%89%8720180626231353.png)
参见(usejupyter.md)

## 启动QUANTAXIS_Webkit来查看回测的结果
Expand All @@ -106,8 +106,8 @@ cd web
登录后点击左上角 <模拟回测> 在模拟回测的选择界面的用户名搜索框输入回测的时候的用户名(默认是admin),回车

选择和你回测策略中名称一致的结果即可进入可视化界面
![开启web](http://pic.yutiansut.comquantaxis%E5%BC%80%E5%90%AF.gif)
![web操作](http://pic.yutiansut.comquantaxisweb.gif)
![开启web](http://pic.yutiansut.com/quantaxis%E5%BC%80%E5%90%AF.gif)
![web操作](http://pic.yutiansut.com/quantaxisweb.gif)
(web操作的图太大 github上无法显示, 可以点进链接查看)

## 更新QUANTAXIS
Expand Down
8 changes: 4 additions & 4 deletions Documents/usejupyter.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# 在jupyter中调试QUANTAXIS的代码

## 1.在命令行启动jupyter
![](http://pic.yutiansut.comQQ%E6%88%AA%E5%9B%BE20180626231059.png)
![](http://pic.yutiansut.com/QQ%E6%88%AA%E5%9B%BE20180626231059.png)


## 2.在产生的网页上新建一个notebook
![](http://pic.yutiansut.comQQ%E5%9B%BE%E7%89%8720180626231143.png)
![](http://pic.yutiansut.com/QQ%E5%9B%BE%E7%89%8720180626231143.png)

## 3.在notebook中运行代码
![](http://pic.yutiansut.comQQ%E5%9B%BE%E7%89%8720180626231307.png)
![](http://pic.yutiansut.com/QQ%E5%9B%BE%E7%89%8720180626231307.png)


## 4.保存notebook为可运行的python文件
![](http://pic.yutiansut.comQQ%E5%9B%BE%E7%89%8720180626231353.png)
![](http://pic.yutiansut.com/QQ%E5%9B%BE%E7%89%8720180626231353.png)
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
[点击右上角Star和Watch来跟踪项目进展! 点击Fork来创建属于你的QUANTAXIS!]

![post201802](http://pic.yutiansut.comquantaxis-post201802.png)
![main_1](http://pic.yutiansut.comMain_1.gif)
![logo](http://pic.yutiansut.comQUANTAXIS-small.png)
![presentbyyutiansut](http://pic.yutiansut.comyutiansut-logo.png)
![post201802](http://pic.yutiansut.com/quantaxis-post201802.png)
![main_1](http://pic.yutiansut.com/Main_1.gif)
![logo](http://pic.yutiansut.com/QUANTAXIS-small.png)
![presentbyyutiansut](http://pic.yutiansut.com/yutiansut-logo.png)


![version](https://img.shields.io/pypi/v/quantaxis.svg)
Expand All @@ -35,7 +35,7 @@

> 欢迎加群讨论: 563280067 [群链接](https://jq.qq.com/?_wv=1027&k=4CEKGzn)
> 欢迎关注公众号: ![公众号](http://pic.yutiansut.comqrcode_for_gh_bbb47e0550f7_258%20%281%29.jpg)
> 欢迎关注公众号: ![公众号](http://pic.yutiansut.com/qrcode_for_gh_bbb47e0550f7_258%20%281%29.jpg)
> 许多问题 可以在 [GITHUB ISSUE](https://github.com/QUANTAXIS/QUANTAXIS/issues)中找到, 你可以提出新的issue
Expand Down Expand Up @@ -79,7 +79,7 @@ QUANTAXIS量化金融策略框架,是一个面向中小型策略团队的量化
## 1. <a name=''></a>功能
======

![](http://pic.yutiansut.comframework.png)
![](http://pic.yutiansut.com/framework.png)

已经实现:

Expand Down Expand Up @@ -182,7 +182,7 @@ git clone https://github.com/你的账户名/quantaxis
写代码不易...请作者喝杯咖啡呗?


![](http://pic.yutiansut.comalipay.png)
![](http://pic.yutiansut.com/alipay.png)

(PS: 支付的时候 请带上你的名字/昵称呀 会维护一个赞助列表~ )

Expand All @@ -192,15 +192,15 @@ git clone https://github.com/你的账户名/quantaxis

## 11. <a name='Webkit'></a>回测Webkit插件概览

![](http://pic.yutiansut.comhomepage.png)
![](http://pic.yutiansut.comloginpage.png)
![](http://pic.yutiansut.comadminpage.png)
![](http://pic.yutiansut.combacktestpage.png)
![](http://pic.yutiansut.comrebacktest.png)
![](http://pic.yutiansut.combacktestpic.png)
![](http://pic.yutiansut.comstrategy.png)
![](http://pic.yutiansut.comkline.png)
![](http://pic.yutiansut.comsettings.png)
![](http://pic.yutiansut.com/homepage.png)
![](http://pic.yutiansut.com/loginpage.png)
![](http://pic.yutiansut.com/adminpage.png)
![](http://pic.yutiansut.com/backtestpage.png)
![](http://pic.yutiansut.com/rebacktest.png)
![](http://pic.yutiansut.com/backtestpic.png)
![](http://pic.yutiansut.com/strategy.png)
![](http://pic.yutiansut.com/kline.png)
![](http://pic.yutiansut.com/settings.png)


## 12. <a name='QUANTAXIS'></a>QUANTAXIS 标准化协议和未来协议
Expand Down
32 changes: 16 additions & 16 deletions README_ENG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

[Click on Star and Watch in the upper right corner to track project progress! Click on Fork to create your own QUANTAXIS!]

![post201802](http://pic.yutiansut.comquantaxis-post201802.png)
![main_1](http://pic.yutiansut.comMain_1.gif)
![logo](http://pic.yutiansut.comQUANTAXIS-small.png)
![presentbyyutiansut](http://pic.yutiansut.comyutiansut-logo.png)
![post201802](http://pic.yutiansut.com/quantaxis-post201802.png)
![main_1](http://pic.yutiansut.com/Main_1.gif)
![logo](http://pic.yutiansut.com/QUANTAXIS-small.png)
![presentbyyutiansut](http://pic.yutiansut.com/yutiansut-logo.png)


![version](https://img.shields.io/pypi/v/quantaxis.svg)
Expand All @@ -33,7 +33,7 @@

> Welcome to group discussion: [group link](https://jq.qq.com/?_wv=1027&k=4CEKGzn)
> Welcome to the public number: ![Public](http://pic.yutiansut.comqrcode_for_gh_bbb47e0550f7_258%20%281%29.jpg)
> Welcome to the public number: ![Public](http://pic.yutiansut.com/qrcode_for_gh_bbb47e0550f7_258%20%281%29.jpg)
> Many questions can be found in [GITHUB ISSUE](https://github.com/QUANTAXIS/QUANTAXIS/issues), you can make a new issue
Expand Down Expand Up @@ -77,7 +77,7 @@ If it is an Alibaba Cloud/Tencent Cloud server, please select the 64-bit operati
## 1. <a name=''></a> Features


![](http://pic.yutiansut.comframework.png)
![](http://pic.yutiansut.com/framework.png)

Already achieved:

Expand Down Expand Up @@ -160,7 +160,7 @@ See [FAQ](Documents/FAQ.md)
Writing code is not easy... Please ask the author for a cup of coffee?


![](http://pic.yutiansut.comalipay.png)
![](http://pic.yutiansut.com/alipay.png)

(PS: When you pay, please bring your name/nickname. Will maintain a sponsorship list~)

Expand All @@ -170,15 +170,15 @@ Writing code is not easy... Please ask the author for a cup of coffee?

## 11. <a name='Webkit'></a> Backtesting Webkit Plugin Overview

![](http://pic.yutiansut.comhomepage.png)
![](http://pic.yutiansut.comloginpage.png)
![](http://pic.yutiansut.comadminpage.png)
![](http://pic.yutiansut.combacktestpage.png)
![](http://pic.yutiansut.comrebacktest.png)
![](http://pic.yutiansut.combacktestpic.png)
![](http://pic.yutiansut.comstrategy.png)
![](http://pic.yutiansut.comkline.png)
![](http://pic.yutiansut.comsettings.png)
![](http://pic.yutiansut.com/homepage.png)
![](http://pic.yutiansut.com/loginpage.png)
![](http://pic.yutiansut.com/adminpage.png)
![](http://pic.yutiansut.com/backtestpage.png)
![](http://pic.yutiansut.com/rebacktest.png)
![](http://pic.yutiansut.com/backtestpic.png)
![](http://pic.yutiansut.com/strategy.png)
![](http://pic.yutiansut.com/kline.png)
![](http://pic.yutiansut.com/settings.png)


## 12. <a name='QUANTAXIS'></a>QUANTAXIS Standardization Agreement and Future Agreement
Expand Down
2 changes: 1 addition & 1 deletion docker/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ docker pull quantaxis/quantaxis
```


![执行时的命令行](http://pic.yutiansut.comQQ%E6%88%AA%E5%9B%BE20171213102629.png)
![执行时的命令行](http://pic.yutiansut.com/QQ%E6%88%AA%E5%9B%BE20171213102629.png)


### 1.2 运行镜像
Expand Down

0 comments on commit 497de3d

Please sign in to comment.