nanoric
|
3c3369960d
|
[Fix] 修复一个BUG:字段的初始化应该放在__init__中
|
2018-11-07 02:51:15 -04:00 |
|
vn.py
|
f02d5a7ebe
|
Merge pull request #1214 from nanoric/fix_websocket_ping_no_reconnect
[Fix] 修复一个BUG:websocket在发送ping包时出错将不会重连,导致后续每ping一次报一次错。
|
2018-11-07 10:52:40 +08:00 |
|
vn.py
|
208e962e91
|
[Add]新增CTA模块下的单标的海龟交易策略
|
2018-11-07 10:47:28 +08:00 |
|
nanoric
|
06eb5f094b
|
Merge branch 'dev' of https://github.com/vnpy/vnpy into fix_websocket_ping_no_reconnect
|
2018-11-06 22:13:40 -04:00 |
|
vn.py
|
33c5f15704
|
[Mod]移动okexFuturesGateway到beta目录
|
2018-11-06 23:08:36 +08:00 |
|
vn.py
|
257a3c86e8
|
[Add]重构OKEX期货接口
|
2018-11-06 23:07:43 +08:00 |
|
nanoric
|
fe51b1aa5e
|
[Fix] 修复一个BUG:websocket在发送ping包时出错将不会重连,导致后续每ping一次报一次错。
|
2018-11-05 22:56:53 -04:00 |
|
vn.py
|
5b2059c4de
|
[Mod]在CryptoTrader中加入OKEX期货接口
|
2018-11-06 09:24:39 +08:00 |
|
vn.py
|
68c9c09ac3
|
Merge branch 'dev' of https://github.com/vnpy/vnpy into dev
|
2018-11-05 11:11:25 +08:00 |
|
vn.py
|
a8f289dd10
|
[Mod]将BarGenerator和ArrayManager移动到vtUtility.py中,Close #1084
|
2018-11-05 11:11:20 +08:00 |
|
vn.py
|
8baad896a8
|
Merge pull request #1207 from nanoric/fix_bitemex_onTrade_error_without_side
[Fix] 修复了当bitmexgateway.socketapi响应onTrade时,遇到side字段为''导致异常的情况。
|
2018-11-05 09:01:28 +08:00 |
|
nanoric
|
541c4b6f76
|
[Fix] 修复了当bitmexgateway.socketapi响应onTrade时,遇到side字段为''导致异常的情况。
an example without 'size':
{
'execID': '***', 'execType': 'Funding',
'ordStatus': 'Filled', 'lastLiquidityInd': '', 'exDestination': 'XBME',
'text': 'Funding',
'lastQty': 508, 'timeInForce': 'AtTheClose', 'currency': 'USD', 'pegPriceType': '',
'simpleLeavesQty': None, 'transactTime': '***', 'ordRejReason': '',
'underlyingLastPx': None, 'execCost': 8051292, 'clOrdID': '', 'settlCurrency': 'XBt',
'cumQty': 508, 'displayQty': None, 'lastPx': 6309.35, 'homeNotional': -0.08051292,
'commission': -0.0001, 'avgPx': 6309.35, 'lastMkt': 'XBME', 'price': 6309.35,
'trdMatchID': '***', 'simpleOrderQty': None,
'contingencyType': '', 'triggered': '', 'timestamp': '***',
'symbol': 'XBTUSD', 'foreignNotional': 508, 'pegOffsetValue': None, 'execInst': '',
'simpleCumQty': None, 'execComm': -805, 'orderID': '***',
'multiLegReportingType': 'SingleSecurity', 'account': ***, 'stopPx': None,
'leavesQty': 0, 'tradePublishIndicator': '', 'orderQty': 508, 'workingIndicator': False,
'ordType': 'Limit', 'clOrdLinkID': '',
'side': ''
}
|
2018-11-01 22:13:02 -04:00 |
|
vn.py
|
bc28feddfa
|
Merge pull request #1206 from nanoric/bitmex_onerror_show_more_details
[Mod] 修改:BitmexGateway出错时将会在stderr里面打印更详细的错误信息
|
2018-11-02 09:28:25 +08:00 |
|
vn.py
|
66d361b5e5
|
Merge pull request #1196 from Gwill/dev
修改 Travis 在 py3.6 环境下无法通过的问题
|
2018-11-02 09:27:59 +08:00 |
|
G_will
|
ad42d4ddac
|
修改 travis 在 py3 时的语法错误
|
2018-11-01 14:01:36 +08:00 |
|
nanoric
|
d3da3c97b3
|
[Mod] 修改:BitmexGateway出错时将会在stderr里面打印更详细的错误信息
|
2018-11-01 00:30:33 -04:00 |
|
vn.py
|
db7e10d3d9
|
Merge branch 'dev' of https://github.com/vnpy/vnpy into dev
|
2018-11-01 11:10:08 +08:00 |
|
vn.py
|
f0f52f035c
|
[Add]新增RQData数据服务
|
2018-11-01 11:10:05 +08:00 |
|
vn.py
|
6cf6bfb9b5
|
Merge pull request #1205 from nanoric/okex_compressed_websocket
[Fix] Okex compressed websocket
|
2018-11-01 10:08:20 +08:00 |
|
G_will
|
59c99caf18
|
update gitignore config
|
2018-11-01 10:01:22 +08:00 |
|
G_will
|
82ecab24a0
|
统一代码格式
|
2018-11-01 10:01:22 +08:00 |
|
nanoric
|
5e6f81e544
|
[Fix] 修复对OkexWebSocket的支持:OkexWebSocket强制启用了zlib压缩
[Add] 增加了WebSocketClient.unpackData,用于自定义解包方法。默认解包方式为json.loads
|
2018-10-31 05:09:48 -04:00 |
|
vn.py
|
2dfd4744a9
|
Merge pull request #1203 from nanoric/network_error_handle_with_detail
[Add] 在RestClient.addRequest中增加onError参数,可以重定向onError回调。
|
2018-10-31 13:49:55 +08:00 |
|
nanoric
|
4c39d4003e
|
[Fix] 非当前目录下的strategyXxx.py不会被载入
|
2018-10-31 00:03:25 -04:00 |
|
nanoric
|
7ece16c914
|
[Fix] bitmexGateway: 当下单、撤单触发已知错误的时候不再响应默认onError或者onFailed
[Mod] BitmexRestApi.onError:除了推送错误到时间引擎之外,还使用新的exceptionDetail在控制台打印详细的错误消息。
目前已知的错误只有网络错误。若下单时发生网络错误,该订单状态会被设置为rejected.
|
2018-10-30 23:49:51 -04:00 |
|
nanoric
|
a4118f3364
|
[Add] 在RestClient.addRequest中增加onError参数,可以重定向onError回调。
[Add] 在WebSocketClient, RestClient的错误处理函数中打印更多的详细信息
[Add] 增加RestClient.printExceptionDetail和WebSocketClient.printExceptionDetail,用于打印详细的错误信息
[Mod] 修改了对应的测试样例
|
2018-10-30 23:36:50 -04:00 |
|
vn.py
|
82efb56b63
|
Merge pull request #1201 from Gwill/refine_ctp_gateway
优化 ctp 股票期权 tick 数据获取
|
2018-10-30 12:51:38 +08:00 |
|
G_will
|
1fa8df8ad1
|
处理 travis 无法安装 ta-lib 的问题
|
2018-10-30 12:12:33 +08:00 |
|
G_will
|
33714018de
|
优化 ctp 股票期权 tick 数据获取
|
2018-10-30 11:46:48 +08:00 |
|
vn.py
|
5b949c0124
|
[Mod]日志记录组件增加自动换行功能
|
2018-10-29 10:32:18 +08:00 |
|
vn.py
|
354dbb58f7
|
[Mod]对于没有涨跌价的市场,停止单触发使用5单价格发单
|
2018-10-29 10:32:05 +08:00 |
|
vn.py
|
a79a2019f2
|
[Mod]修改回调函数的参数命名
|
2018-10-26 15:08:57 +08:00 |
|
vn.py
|
7ded11666f
|
Merge branch 'dev' of https://github.com/vnpy/vnpy into dev
|
2018-10-26 12:26:42 +08:00 |
|
vn.py
|
8c6b842e32
|
Merge pull request #1194 from nanoric/network_fix_errorhanding
[Mod] 将websocket._connect移动到工作线程中
|
2018-10-26 11:55:48 +08:00 |
|
vn.py
|
a45a55d2f6
|
Merge pull request #1193 from nanoric/okexv3
[Add] OkexGateway:增加深度信息
|
2018-10-26 11:54:58 +08:00 |
|
nanoric
|
759489b1fd
|
[Mod] 将websocket._connect移动到工作线程中
[Mod] 修改错误处理方式:onError将会捕捉更多异常
onError目前比以前能够多捕获两种异常:
* websocket首次连接时的异常
* RestClient._createSession中产生的异常
|
2018-10-25 04:25:40 -04:00 |
|
nanoric
|
59d82042c5
|
[Add] OkexGateway:增加深度信息
|
2018-10-25 00:33:28 -04:00 |
|
vn.py
|
3e479e460c
|
[Fix]修复close函数错误
|
2018-10-24 16:55:45 +08:00 |
|
vn.py
|
8f83b6dcf2
|
[Mod]使用RestClient和WebsocketClient重新实现
|
2018-10-24 16:54:12 +08:00 |
|
vn.py
|
309a7e2c0a
|
Merge pull request #1191 from nanoric/okexv3
OkexGateway
|
2018-10-24 14:01:21 +08:00 |
|
nanoric
|
3fd5d398a8
|
Merge branch 'dev' of https://github.com/vnpy/vnpy into okexv3
|
2018-10-23 21:33:52 -04:00 |
|
nanoric
|
661d557bf3
|
[Add] okexv3
将API层删除了,全部放到Gateway里面。
将V1RestAPI全部弃用,改为V3API。
因为V3API还不完善,目前还不支持主动的持仓查询
|
2018-10-23 21:33:25 -04:00 |
|
nanoric
|
cab8fd1e0e
|
[Mod] WebSocket改名为Websocket
|
2018-10-23 21:31:17 -04:00 |
|
nanoric
|
d68529dacd
|
[Mod] 修正typehint
|
2018-10-23 21:26:54 -04:00 |
|
vn.py
|
1c4ab27d57
|
Merge pull request #1186 from nanoric/okex.websocket
Okex.websocket
|
2018-10-23 09:39:22 +08:00 |
|
nanoric
|
b702f77af9
|
[Mod] OkexFuture改名为OkexFutures
[Add] 增加V3版本的OkexRestApi
|
2018-10-21 22:42:20 -04:00 |
|
nanoric
|
f17793ed17
|
[Add] VtContractData.createFromGateway
|
2018-10-21 22:33:07 -04:00 |
|
nanoric
|
7c83a1e9be
|
[Mod] RestClient、WebSocket重构
|
2018-10-21 22:32:34 -04:00 |
|
nanoric
|
35518106a2
|
[Mod] 重构RestClient, WebSocketClient
主要有:
* beforeRequest改名为sign
* onFailed, onError由函数指针改为函数(利用Python的特性,可以重载,也可以仍然当函数指针用)
* sendData改名为sendBinary
* 优化了WebSocketClient的循环逻辑
|
2018-10-18 05:30:30 -04:00 |
|
vn.py
|
7a71f602d0
|
Merge pull request #1160 from joans321/dev
简化 setup.py 查找子模块代码
|
2018-10-17 21:03:02 +08:00 |
|