Commit Graph

3625 Commits

Author SHA1 Message Date
vn.py
ef1ef110a9 Merge branch 'dev' of https://github.com/vnpy/vnpy into dev 2018-05-21 10:33:27 +08:00
vn.py
eddfd56e6d [Mod]修改HuobiGateway的委托查询机制 2018-05-21 10:31:47 +08:00
vn.py
d0c04ac4fb
Merge pull request #877 from cclauss/modernize-vnpy_api_o_and_q
Modernize vnpy/api/o* and q*
2018-05-19 22:33:18 +08:00
vn.py
8569f7ddfc
Merge pull request #875 from cclauss/modernize-vnpy_api_k
Modernize vnpy/api/k*
2018-05-19 22:32:47 +08:00
vn.py
374a88d960
Merge pull request #876 from cclauss/modernize-vnpy_api_l
Modernize vnpy/api/l*
2018-05-19 22:32:23 +08:00
cclauss
4c97f408b5 Modernize vnpy/api/o* and q* 2018-05-17 09:28:42 +02:00
cclauss
e58a71c79b Modernize vnpy/api/l* 2018-05-17 08:49:28 +02:00
cclauss
7e224ba5af Modernize vnpy/api/k* 2018-05-17 08:40:02 +02:00
vn.py
92377715af
Merge pull request #869 from cclauss/modernize-vnpy_api_c_and_f
Modernize vnpy/api/c* and vnpy/api/f*
2018-05-17 09:43:04 +08:00
cclauss
b4ccfdc378 Modernize vnpy/api/c* and vnpy/api/f* 2018-05-14 16:30:28 +02:00
msincenselee
e722b60d55 bugfix 2018-05-14 10:27:47 +08:00
msincenselee
911e9bf317 bug fix 2018-05-14 08:46:59 +08:00
vn.py
6dbfe174a1
Merge pull request #864 from vnpy/dev
发布v1.8.1的beta
2018-05-13 13:43:52 +08:00
vn.py
e661a9f5d3 Merge branch 'dev' of https://github.com/vnpy/vnpy into dev 2018-05-13 13:42:36 +08:00
vn.py
12d9957b80 [Mod]更新版本号 2018-05-13 13:42:25 +08:00
vn.py
dd332e8d94
Merge pull request #862 from shaoupipi/patch-1
Update crr.py
2018-05-13 13:39:19 +08:00
shaoupipi
c2c7d2f171
Update crr.py
import语句重复了
2018-05-13 10:52:59 +08:00
vn.py
ff07764898 [Mod]修改README.md中的安装说明 #856 2018-05-12 17:52:47 +08:00
vn.py
3d67aa36f0 [Fix]修复两个bug #861 2018-05-12 17:44:34 +08:00
vn.py
28627b1cd4 [Add]CTA模块新增getPriceTick函数 2018-05-12 17:40:51 +08:00
vn.py
4e7c193866 [Mod]移动UML到beta目录 2018-05-12 17:36:37 +08:00
vn.py
95d12646ea [Add]添加web docker中的启动入口 2018-05-12 17:34:32 +08:00
vn.py
8c85c73d4c [Mod]修改WebTrader样例支持无人值守模式 2018-05-12 16:18:18 +08:00
vn.py
a2b04def63 [Del]移除安装时的six库版本要求,Anaconda4.0.0以上强制满足 2018-05-12 14:51:09 +08:00
msincenselee
68e9df08e4 update 2018-05-12 14:40:18 +08:00
msincenselee
5e294b2df5 update 2018-05-12 14:38:49 +08:00
msincenselee
6ba0df713e update 2018-05-12 14:38:13 +08:00
msincenselee
f1ceec1b17 update 2018-05-12 14:37:40 +08:00
msincenselee
83dc65544c 取消gpid,改为pid 2018-05-12 14:36:33 +08:00
msincenselee
a506d7869a 增加回测时的log格式支持 2018-05-12 14:35:54 +08:00
msincenselee
3bcfb2a999 增加回测时的log支持 2018-05-12 14:34:59 +08:00
msincenselee
55d1b9ec06 更新py3的编译和说明 2018-05-12 14:29:54 +08:00
msincenselee
4ef621b8d9 tick的date时间修正 2018-05-12 13:49:21 +08:00
msincenselee
2e73af2f4b 兼容数字货币,将CTP tick的时间修正,放在gateway中进行修正。 2018-05-12 13:48:06 +08:00
vn.py
cc16511b6d
Merge pull request #849 from cclauss/patch-1
setup.py: install_requires=['six>=1.11.0']
2018-05-10 10:50:51 +08:00
vn.py
c6d9541441
Merge pull request #850 from cclauss/modernize-beta
Modernize beta
2018-05-10 10:45:27 +08:00
vn.py
1d7f46593b
Merge pull request #848 from cclauss/modernize-examples
Futurize older examples
2018-05-10 10:44:58 +08:00
vn.py
a92ac2e951
Merge pull request #851 from cclauss/modernize-vnpy_data
Modernize vnpy/data
2018-05-10 10:43:43 +08:00
msincenselee
47378876b9 update 2018-05-08 21:30:46 +08:00
cclauss
14a761b030 Futurize vnpy/data 2018-05-08 09:09:15 +02:00
msincenselee
e94e4e7d0b 增加小时/日线bar类型 2018-05-08 08:51:28 +08:00
cclauss
198cbd5d62 Modernize beta 2018-05-07 19:25:06 +02:00
cclauss
052f64c5ab
setup.py: install_requires=['six>=1.11.0']
We will require the popular [__six__](https://pypi.org/project/six) module to simplify our support of both Python 2 and Python 3.
2018-05-07 19:12:00 +02:00
cclauss
0bae16a843 Futurize older examples 2018-05-07 18:37:09 +02:00
vn.py
c4cb0dbe39
Merge pull request #825 from cclauss/modernize-examples-t
Futurize older examples/F*,J*,S*,T*
2018-05-07 23:48:32 +08:00
vn.py
ba1733a46a Merge branch 'dev' of https://github.com/vnpy/vnpy into dev 2018-05-07 23:47:31 +08:00
vn.py
34934bddb9
Merge pull request #819 from cclauss/patch-1
Add Travis CI to automatically run flake8 tests
2018-05-07 23:47:01 +08:00
vn.py
006a89a55c [Fix]修复LbankGateway接口类的载入问题 2018-05-07 23:44:39 +08:00
vn.py
202a4009d9
Merge pull request #822 from cclauss/fix-undefined-name-xtpGateway_2
Fix undefined name xtpGateway (to dev this time)
2018-05-07 23:41:52 +08:00
vn.py
c3601012f4
Merge pull request #795 from cao6237699/caoyongzhi-branch
perfect the import program by TDX-CSV,and add a new import program by…
2018-05-07 23:38:17 +08:00