Commit Graph

2596 Commits

Author SHA1 Message Date
vn.py
379b5df02e [Mod] update version number 2019-07-19 21:57:25 +08:00
vn.py
575cb232b7 [Mod] add exception type 2019-07-19 21:57:10 +08:00
vn.py
5d4d5129a9 [Fix] closes #1918 2019-07-19 21:16:06 +08:00
vn.py
8a43b76c96 [Fix] potential bug of KeyError when item_info_text is empty 2019-07-19 17:34:08 +08:00
vn.py
6b8bf824c6 [Mod] use partial update to improve plotting speed 2019-07-19 16:04:24 +08:00
vn.py
585dedb314 [Fix] type hinting typo 2019-07-19 15:12:42 +08:00
vn.py
0c068768fb [Fix] typo in typing 2019-07-19 14:06:42 +08:00
vn.py
af37ba8beb [Mod] improve chart drawing performance 2019-07-19 00:26:58 +08:00
vn.py
66b46704e6 [Mod] add trade scatter to show all backtesting trades 2019-07-18 22:54:47 +08:00
vn.py
aedcf81d84 [Add] candle chart dialog to view backtesting history data 2019-07-18 21:14:28 +08:00
vn.py
85e10ddb8a [Mod] improve chart appearance 2019-07-18 21:06:08 +08:00
vn.py
9fb8b1fc2b
Merge pull request #1931 from vnpy/pyqtgraph-chart
Pyqtgraph chart
2019-07-18 16:58:18 +08:00
vn.py
9d79112dd7 [Mod] update cursor info pos after new bar updated 2019-07-18 16:55:12 +08:00
vn.py
a6bd9f6ce0 [Add] key press related function 2019-07-18 16:41:40 +08:00
vn.py
5585d774d4 [Add] cursor for ChartWidget 2019-07-18 12:35:28 +08:00
vn.py
2f247d8ada
Merge pull request #1928 from lostleaf/master
修正 MainEngine 中 app_class, gateway_class 的 type hint
2019-07-18 09:52:30 +08:00
vn.py
7a23eaec1b [Fix] bug in set price range 2019-07-17 15:51:05 +08:00
vn.py
35d9cacf33 [Add] candle chart module 2019-07-17 15:37:53 +08:00
lostleaf
f5469e5158 修正 MainEngine 中 app_class, gateway_class 的 type hint 2019-07-17 10:40:47 +08:00
vn.py
31f017e8a4 [Fix] flak8 code check 2019-07-16 18:37:35 +08:00
vn.py
fd4ba62838 [Add] query_history function for BitfinexGateway 2019-07-16 17:15:42 +08:00
vn.py
805cbc790a [Add] query_history function for OkexGateway 2019-07-16 16:42:29 +08:00
vn.py
ecabe203c7 [Add] query_history function for OkexfGateway 2019-07-16 16:15:07 +08:00
vn.py
49f0af6889 [Add] level 2 broadcast market data support 2019-07-16 15:31:35 +08:00
vn.py
9ce85a0a95 Merge branch 'dev' of https://github.com/vnpy/vnpy into dev 2019-07-16 14:44:27 +08:00
vn.py
4d36b5198b [Add] query_history function for BinanceGateway 2019-07-16 14:43:20 +08:00
vn.py
cb3c760116
Merge pull request #1927 from vnpy/ctpmini
Ctpmini
2019-07-16 13:06:13 +08:00
vn.py
d1df651b40 [Mod] improve code quality 2019-07-16 12:34:29 +08:00
vn.py
cf7b89365a [Mod] complete test of mini_gateway 2019-07-16 12:31:01 +08:00
vn.py
c7621cbfa3 [Fix] bug when receiving empty offset flag 2019-07-16 11:19:22 +08:00
vn.py
07b51393dd [Del] dulpicate vnctp code 2019-07-16 11:11:33 +08:00
vn.py
87f2f8141e [Mod]add data filter when query trading account data 2019-07-16 09:10:45 +08:00
vn.py
fad935364a [Add] mini_gateway for ctp mini system 2019-07-15 19:33:45 +08:00
vn.py
6a7346c42e [Add]ctp mini api 2019-07-15 19:20:36 +08:00
vn.py
91ae57b850 [Mod] update gateway document 2019-07-14 15:27:06 +08:00
vn.py
28b9ce6d8d
Merge pull request #1921 from vnpy/ws-reconnect
Ws reconnect
2019-07-13 13:25:44 +08:00
vn.py
de47e8eb02 [Add] request rate limit check for BitmexGateway 2019-07-13 13:22:28 +08:00
vn.py
33bd9c56c7
Merge pull request #1912 from nioss/dev
Dev 修改okex深度数据(ondepth)重复
2019-07-12 15:10:36 +08:00
vn.py
02c4a88f02
Merge pull request #1914 from nanoric/fix_unhandled_exception_in_websocket.reconnect
[Mod] Fixed: exception raised in WebsocketClient._reconnect() may not …
2019-07-12 14:24:49 +08:00
vn.py
09d99964e5 [Fix]ctp cancel order needs correct ExchangeID 2019-07-10 17:07:01 +08:00
nanoric
90592ecafb [Mod] Fixed: exception raise in WebsocketClient._reconnect() may not be captured in some case. 2019-07-10 15:43:36 +08:00
vn.py
0fb929e66c Merge branch 'dev' of https://github.com/vnpy/vnpy into dev 2019-07-10 10:15:21 +08:00
vn.py
62a0451d41 [Fix]closes #1913 2019-07-10 10:15:15 +08:00
nio
5eab77cc9d okex 现货和合约深度数据重复修改
okex 现货和合约深度数据重复修改
2019-07-09 22:00:54 +08:00
vn.py
7f7d12e4bf
[Merge] pull request #1908 from vnpy/dev, closes #1906
Dev
2019-07-09 16:16:11 +08:00
vn.py
f3d7a4f06b
Merge pull request #1907 from tonywanggit/dev
去除SUPPORT文件项目论坛后链接的多余空格
2019-07-09 16:13:04 +08:00
tony
de5e55b615 去除项目论坛后链接的多余空格 2019-07-09 08:59:00 +08:00
nioss
bc219e4b89
Merge pull request #2 from vnpy/dev
2.0.5 Dev
2019-07-07 22:57:36 +08:00
vn.py
f6066681e1
Merge pull request #1904 from nanoric/linux_no_oes
Update setup.py
2019-07-05 22:22:30 +08:00
nanoric
69638d3ef1
Update setup.py
setup.py : Build vnoes for default .
2019-07-05 18:45:41 +08:00