Commit Graph

2256 Commits

Author SHA1 Message Date
nanoric
977f98c8a0 [Del] remove intersphinx_mapping to speed up build 2019-05-29 16:30:22 +08:00
nanoric
98973fde95 [Mod] use sphinx again 2019-05-29 15:52:54 +08:00
vn.py
e0eb4188d2
Merge pull request #1746 from 1122455801/grid_algo_01
[Add]Grid algo
2019-05-26 23:14:31 +08:00
1122455801
6964271698 Update engine.py 2019-05-26 11:05:54 +08:00
1122455801
afd488556a Create grid_algo.py 2019-05-26 10:59:18 +08:00
vn.py
0e764baf13
Merge pull request #1741 from xldistance/patch-22
修复一处拼写错误
2019-05-24 10:33:16 +08:00
xldistance
b683e048df
修复一处拼写错误
修复一处拼写错误
2019-05-24 08:41:42 +08:00
vn.py
fa8e85311c
Merge pull request #1736 from vnpy/xtp-margin
Xtp margin
2019-05-23 09:43:32 +08:00
vn.py
cb54d52e86 [Mod] flake8 code quanlity improve 2019-05-23 09:42:57 +08:00
vn.py
f30fce70bd [Add] relogin after disconnected 2019-05-22 15:18:32 +08:00
vn.py
f316c5412c [Fix] change contract map string 2019-05-22 11:29:28 +08:00
vn.py
53a47d560d
Merge pull request #1691 from nanoric/itap
[Add] itap api
2019-05-22 10:55:37 +08:00
nanoric
c4ac4b560f [Fix] ITapGateway: fixed: sequence of bid price is error 2019-05-21 15:34:26 +08:00
nanoric
fcff39144b [Mod] make flake8 happy 2019-05-21 15:25:39 +08:00
nanoric
c580d3cb76 [Add] ITapGateway: Added support for Market subscription
[Mod] use newer autocxxpy: make error handing better and make its hint(generated pyi code) better.
2019-05-21 15:25:23 +08:00
nanoric
06b16cb0b3 [Add] constant.py: Exchange.COMEX 2019-05-21 15:21:47 +08:00
nanoric
c50a0282a6 [Add] ITap API: Visual Studio项目使用预编译头 2019-05-21 15:18:59 +08:00
vn.py
b56d0ce160 [Add] XtpGateway support margin trading 2019-05-21 14:26:55 +08:00
vn.py
9e5258b8df [Del] remove duplicate line 2019-05-21 11:11:51 +08:00
vn.py
8dd4d94885
Merge pull request #1726 from nanoric/new_xtp
[Mod] xtp api: upgrade to XTP_API_20190409_2.2.15.1
2019-05-21 10:10:34 +08:00
nanoric
c195c13ec1 [Mod] xtp api: upgrade to XTP_API_20190409_2.2.15.1
[Add] added linux .so
2019-05-21 09:28:17 +08:00
vn.py
a9a1b709a3 [Fix] typo in HuobiGateway 2019-05-20 21:51:23 +08:00
vn.py
f68d364365 [Add] clear log function for CTA manager 2019-05-20 21:30:09 +08:00
vn.py
83de11435d [Fix] typo in HbdmGateway 2019-05-20 21:21:38 +08:00
nanoric
0b0a64938a [Mod] ITap use custom wrapper to wrapper some functions:
custom wrapped functions:
ITapTrade::ITapTradeAPINotify::OnRspOrderAction
ITapTrade::ITapTradeAPINotify::OnRtnOrder
ITapTrade::ITapTradeAPINotify::OnRtnPositionProfit
2019-05-20 17:59:40 +08:00
nanoric
0d3c13267d Merge branch 'dev' of https://github.com/vnpy/vnpy into itap 2019-05-20 17:46:59 +08:00
vn.py
5488a62770 [Mod] flake8 code quality improve 2019-05-17 16:14:00 +08:00
vn.py
16591ee97b
Merge pull request #1692 from xldistance/patch-15
json写入支持中文字符
2019-05-17 16:09:19 +08:00
vn.py
e48d8f9b98
Merge pull request #1714 from 1122455801/algo_trader_03
[Add]stop_algo; best_limit_algo
2019-05-17 16:04:54 +08:00
vn.py
7aaa978706
Merge pull request #1718 from 1122455801/algo_trader_04
[Add] Algo trader 文档
2019-05-17 16:04:36 +08:00
1122455801
2c4d9d1cf6 Update index.md 2019-05-17 14:58:11 +08:00
1122455801
f12b38afbc Delete datarecoder.md 2019-05-17 14:58:02 +08:00
1122455801
2a91d6b9b6 Create data_recoder.md 2019-05-17 14:57:58 +08:00
1122455801
a5cea20c51 Create algo_trader.md 2019-05-17 14:57:53 +08:00
vn.py
4cc2e7a3e9 [Mod] update README.md 2019-05-17 13:49:37 +08:00
vn.py
8078fde562 [Mod] comment CtptestGateway 2019-05-17 12:43:55 +08:00
1122455801
3220d18c3d Create best_limit_algo.py 2019-05-17 12:27:01 +08:00
1122455801
85aafe7c13 Create stop_algo.py 2019-05-17 12:26:58 +08:00
1122455801
eda98b858b Update engine.py 2019-05-17 12:26:55 +08:00
vn.py
1a583779d3 [Mod] add module_local for MdApi/TdApi class in pybind wrapper 2019-05-17 10:12:55 +08:00
vn.py
ff7ec980e1 [Add] CtptestGateway for 6.3.13 CTP test environment 2019-05-17 10:06:43 +08:00
vn.py
f04b4862c3 [Mod] remove self reference 2019-05-16 17:31:05 +08:00
vn.py
dff9486998
Merge pull request #1705 from nanoric/python_m_pip
[Mod] 改进Linux的构建脚本
2019-05-15 18:13:13 +08:00
nanoric
8a898c4002 [Mod] make flake8 happy 2019-05-15 17:27:50 +08:00
nanoric
0aed24b403 [Mod] setup.py: use psycopg2-binary instead of psycopg2, and only install when psycopg2 doesn't exists. 2019-05-15 17:22:52 +08:00
nanoric
1f70d34b12 [Fix] fixed osx install 2019-05-15 16:58:18 +08:00
nanoric
4573424e0c [Mod] use python -m pip instead of pip
ibapi & rqdatac is installed from 3rd-party source. old version of pip can't handle this correctly.
upgrading pip might make /usr/bin/pip(3) unable to execute. So python -m pip is safer to run pip.
2019-05-15 16:36:56 +08:00
vn.py
abad26bbdc
Merge pull request #1701 from nanoric/dev
[Add] requirements.txt add EOF blank line
2019-05-15 16:06:33 +08:00
vn.py
952fbfd360
Merge pull request #1704 from 1122455801/index_update_datarecorder
[Add] Index update datarecorder
2019-05-15 14:14:00 +08:00
1122455801
7f1392ee24 Update index.md 2019-05-15 13:41:00 +08:00