Commit Graph

2866 Commits

Author SHA1 Message Date
vn.py
3b9f1c3148 [Add] SpreadStrategyEngine for managing spread trading strategies 2019-09-17 16:26:48 +08:00
nanoric
9aa90f538f [Mod] make flake8 happy 2019-09-17 15:51:50 +08:00
nanoric
d805ed043c [Add] OandaGateway 2019-09-17 15:38:52 +08:00
vn.py
68090e4552 [Mod] add SpreadStrategyTemplate for creating spread strategies 2019-09-16 23:33:36 +08:00
vn.py
bbd62e02b7 [Mod] add EVENT_SPREAD_POS event type 2019-09-16 23:06:40 +08:00
vn.py
f46f796475 [Mod] move leg multiplier to SpreadData 2019-09-16 17:22:47 +08:00
vn.py
80c9dfe378 [Mod] complete test of algo trading function 2019-09-16 16:42:16 +08:00
vn.py
be9142e878 [Mod] add send/cancel order function of algo engine 2019-09-16 14:51:57 +08:00
vn.py
f94144b704 [Mod] remove test function 2019-09-15 23:53:49 +08:00
vn.py
d4cab7bfc2 [Add] stop algo by double click monitor cells 2019-09-15 21:46:49 +08:00
vn.py
b4081eb01e [Add] dialog ui for creating new spread 2019-09-15 21:34:47 +08:00
vn.py
2e4776eceb [Add] dialog ui for starting algo 2019-09-15 20:53:18 +08:00
vn.py
0ad86c8638 [Add] spread trading algo and engine 2019-09-15 17:44:08 +08:00
vn.py
0f4402833d [Add] template for spreading algo 2019-09-14 15:57:27 +08:00
vn.py
0ee582a12e [Mod] move OffsetConverter module to vnpy.trader 2019-09-14 14:39:24 +08:00
vn.py
98912462f6 [Add] spread price and pos calculation 2019-09-14 13:20:09 +08:00
vn.py
5a9dfa747d [Add] new spread trading app 2019-09-14 11:06:08 +08:00
vn.py
6b753f58a5 [Mod]simplify bitstamp gateway 2019-09-11 22:20:56 +08:00
vn.py
9dd329e4d5 [Mod] flake8 code quality improve 2019-09-11 20:59:49 +08:00
vn.py
27099ebb7a
Merge pull request #2087 from MarvelousPeach/bitstamp_gateway
Bitstamp gateway
2019-09-11 19:37:34 +08:00
K
0da8b784eb adding bitstamp gateway from Wudi 2019-09-10 10:19:59 +08:00
nanoric
29a39a258a [Mod] make flake8 happy 2019-09-09 10:59:34 +08:00
nanoric
0258a9b331 Merge remote-tracking branch 'remotes/origin/dev' into bybit
# Conflicts:
#	vnpy/trader/constant.py
2019-09-09 10:27:31 +08:00
nanoric
88a29c7bda [Add] BybitGateway 2019-09-08 23:13:02 +08:00
vn.py
afb079c9ca
Merge pull request #2071 from vnpy/dev-coinbase
Dev coinbase
2019-09-05 22:56:08 +08:00
vn.py
6b0bb3cbdb [Mod] change order lifecycle management detail of coinbase gateway 2019-09-05 22:55:03 +08:00
vn.py
8152682a2b [Add] query history data for coinbase gateway 2019-09-05 22:18:57 +08:00
vn.py
85f4fe9a3a [Add] query history bars from gateway if available for initing cta strategy 2019-09-05 13:20:15 +08:00
vn.py
eec5d0a769 [Mod] improve code quality of coinbase gateway 2019-09-05 13:13:39 +08:00
vn.py
77c2b52842 [Mod] complete general test of coinbase gateway 2019-09-05 11:23:37 +08:00
vn.py
019da35a55 [Fix] close #2055 2019-09-04 22:41:33 +08:00
vn.py
dc97cbde06
Merge pull request #2069 from LimingFang/dev-coinbase
Dev coinbase
2019-09-04 22:37:57 +08:00
LimingFang
2908442fd8 update constant coinbase 2019-09-04 15:52:41 +08:00
LimingFang
2ab2e49121 update coinbase 2019-09-04 15:51:35 +08:00
vn.py
851c22528f
Merge pull request #2066 from LimingFang/coinbase
coinbase_gateway
2019-09-04 11:27:24 +08:00
vn.py
81c36ef11c
Merge pull request #2067 from nanoric/circleci
[Add] .circleci/config.yml
2019-09-04 10:28:46 +08:00
nanoric
36eebebca8 [Add] .circleci/config.yml
[Add] new environment variable that can effect setup.py: VNPY_BUILD_PARALLEL=no
2019-09-03 17:34:18 +08:00
LimingFang
be039c314d coinbase_gateway 2019-09-03 10:55:27 +08:00
vn.py
3aab7b13db [Mod] flake8 code quality improvement 2019-09-03 10:20:36 +08:00
vn.py
32639a1ed7 [Fix] close #2046 2019-09-03 10:15:02 +08:00
vn.py
65e71ae66d
Merge pull request #2065 from vnpy/rpc-lock
Rpc lock
2019-09-03 10:04:26 +08:00
vn.py
fc22cfebfa [Mod] complete test of RPC lock 2019-09-03 10:03:46 +08:00
vn.py
238b59f112 [Add] filter for empty query trade/order data 2019-09-03 09:57:19 +08:00
vn.py
5e31db27b2
Merge pull request #2064 from vnpy/dev-okexs
Dev okexs
2019-09-03 09:47:57 +08:00
vn.py
c89d2dff6b
Merge branch 'dev' into dev-okexs 2019-09-03 09:47:49 +08:00
vn.py
d4f9c7ca05 [Mod] complete test of okexs gateway 2019-09-03 09:45:40 +08:00
vn.py
1e804ad949
Merge pull request #2062 from vnpy/da
Direct Access Futures Gateway
2019-09-03 09:19:59 +08:00
vn.py
e43315f279 [Mod] add support for option 2019-09-02 16:56:48 +08:00
vn.py
fa6c9e9975 [Mod] complete function test of da gateway 2019-09-02 16:44:48 +08:00
vn.py
795eab7228 [Add] query function for da_gateway 2019-09-02 12:39:44 +08:00