vigarbuaa
985c062549
format code
2019-06-22 10:56:03 +08:00
vigarbuaa
17fe9bf914
remove not used rest_client
...
1. "json的内容可以通过设置Content-Type为application/json达成,没必要单独增加一个json字段。" remove not used code
2. 在alpaca撤单调试过程中,发生返回值200,但body.text是json的情况,致rest_client解析json报错,加了try/catch做处理
2019-06-22 10:51:50 +08:00
vn.py
8b0b92a091
Merge pull request #1856 from xldistance/patch-26
...
更新one_token合约交易所代码
2019-06-22 10:51:33 +08:00
vigarbuaa
08d3b26a5d
remove debug print info
2019-06-22 10:22:04 +08:00
vigarbuaa
9124302cca
add process_timer_event to query account and position
2019-06-21 22:31:30 +08:00
xldistance
922914daa7
更新one_token合约交易所代码
2019-06-21 19:23:40 +08:00
vigarbuaa
2dd33b5ba0
add subscribe func
2019-06-21 13:26:40 +08:00
vigarbuaa
0753e3cfe2
add cancel order fun for alpaca
2019-06-20 22:24:18 +08:00
vigarbuaa
04b0da5ce5
add try/catch to json parse func
...
rest_client认为每个返回都可解为json,在处理alpaca的撤单操作时报错
2019-06-20 22:24:03 +08:00
vn.py
e44ad6955c
Merge branch 'dev' of https://github.com/vnpy/vnpy into dev
2019-06-20 15:46:56 +08:00
vn.py
102707cf30
[Mod]change load history data cache size
2019-06-20 15:46:49 +08:00
nanoric
ae09a14cdf
[Del] ToraGateway: remove order type of MarketPrice .
2019-06-19 17:50:19 +08:00
vn.py
287448c611
Merge pull request #1842 from 1122455801/binance_mod_0617
...
[Mod] binance_gateway
2019-06-18 23:35:57 +08:00
vn.py
fe87eac546
Merge pull request #1847 from 1122455801/mod_sql_0618
...
[Mod] 修复database_sql缺失字段
2019-06-18 23:32:48 +08:00
vigarbuaa
eb691525fc
cancel order successful
...
send cancel req by rest_client
receive reponse by websocket
... need to debug
2019-06-18 23:13:41 +08:00
1122455801
000d19afc8
Update database_sql.py
2019-06-18 15:38:05 +08:00
1122455801
874bc7e4ed
Update rest_client.py
2019-06-18 14:32:56 +08:00
vn.py
b479ade526
Merge pull request #1843 from vnpy/dev
...
[Mod] update vnstudio 2.0.4 download link
2019-06-17 16:28:07 +08:00
vn.py
1017420b7a
[Mod] update vnstudio 2.0.4 download link
2019-06-17 16:25:32 +08:00
1122455801
5a1adf2acc
Update binance_gateway.py
2019-06-17 15:45:49 +08:00
vn.py
30ed5afd2b
Merge pull request #1840 from vnpy/dev
...
[Mod]update download link of vnstudio
2019-06-17 11:03:23 +08:00
vn.py
550c8eb810
[Mod]update download link of vnstudio
2019-06-17 11:01:57 +08:00
vn.py
9bc735c56a
Merge pull request #1838 from vnpy/dev
...
2.0.4 Release
2019-06-16 16:19:02 +08:00
vn.py
93abb0a0a8
[Mod]update README.md
2019-06-16 16:11:42 +08:00
vn.py
7d8caba62d
Merge branch 'dev' of https://github.com/vnpy/vnpy into dev
2019-06-16 15:25:11 +08:00
vn.py
ab605767b6
[Add] more log output for arbitrage algo
2019-06-16 15:25:06 +08:00
vn.py
6909588b9c
Merge pull request #1836 from 1122455801/backtesting_mod_0615
...
[Mod] 回测引擎增加日期过滤
2019-06-16 14:34:39 +08:00
vn.py
0aa1bda8df
[Mod] change logic of arbitrage algo
2019-06-15 23:58:10 +08:00
1122455801
ffebdd2ecd
Update backtesting.py
2019-06-15 19:00:06 +08:00
vigarbuaa
1e0248ce5c
add swicht {real, paper} url function
2019-06-15 15:07:07 +08:00
vigarbuaa
e8e2e1121d
websocket stream and auth and listening stream
2019-06-15 13:45:50 +08:00
vigarbuaa
7be2a90e4c
add websocket into alpaca
2019-06-15 11:19:15 +08:00
vn.py
961f7366a3
Merge pull request #1833 from nanoric/dev
...
[Mod] support for PyQt5>=5.12 is satisfied
2019-06-14 22:08:34 +08:00
nanoric
585e4c9e8e
Merge remote-tracking branch 'remotes/nanoric/pyqt5_512' into dev
2019-06-14 19:40:07 +08:00
nanoric
a1c33cf9f9
[Mod] database_mongo.py: make flake8 happy
...
[Mod] database_sql.py: make flake8 happy
2019-06-14 19:06:02 +08:00
nanoric
64633b9d30
[Mod] support for PyQt5>=5.12 is satisfied
2019-06-14 18:40:03 +08:00
vn.py
ad36f0ead4
[Mod] change logic of grid algo
2019-06-14 16:03:45 +08:00
vn.py
23792474b1
Merge pull request #1829 from 1122455801/bitmex_0614
...
[Mod] bitmex_gateway增加持仓推送过滤
2019-06-14 15:44:43 +08:00
vn.py
bc900dfc82
Merge pull request #1830 from nanoric/database_open_interest
...
[Add] database: open_interest
2019-06-14 15:44:23 +08:00
vn.py
9c5633fcf3
Merge pull request #1831 from nanoric/dev
...
[Mod] make flake8 happy
2019-06-14 15:44:06 +08:00
nanoric
17e41b22e9
[Mod] make flake8 happy
2019-06-14 15:34:40 +08:00
nanoric
720c61a7b6
[Del] remove useless code
2019-06-14 15:11:16 +08:00
nanoric
e4bd0b1ee1
[Add] database: open_interest
2019-06-14 13:28:14 +08:00
1122455801
8b624df248
Update bitmex_gateway.py
2019-06-14 13:15:57 +08:00
vn.py
e55138b80e
[Mod] update chinese display for new algos
2019-06-14 12:12:41 +08:00
nanoric
c01e7e9a46
[Add] Tora: todo list
2019-06-14 10:57:30 +08:00
vn.py
0e540386c7
Merge pull request #1828 from 1122455801/converter_md_0613
...
【Add】增加cta引擎中的锁仓相关文档
2019-06-14 09:36:49 +08:00
vn.py
1214b636b4
[Mod] use write_log function of main_engine
2019-06-14 09:04:50 +08:00
vn.py
e71f84bf9c
[Mod] update verrsion no and readme file
2019-06-13 23:32:22 +08:00
vn.py
d9b8a839e5
[Add] no_ui example
2019-06-13 23:24:47 +08:00