Commit Graph

2699 Commits

Author SHA1 Message Date
vn.py
bdfa2bd895 [Add] support for stop order of ib gateway 2019-08-26 21:40:20 +08:00
vn.py
dd1039a880 [Add] rohon gateway 2019-08-26 17:54:57 +08:00
vn.py
7d05e9e6d1 [Add] xgj gateway 2019-08-26 15:14:37 +08:00
vn.py
409d33ed18 [Add] xgj trading api 2019-08-26 15:08:10 +08:00
vn.py
8a685483df [Add] aroon indicator for ArrayManager 2019-08-20 15:59:08 +08:00
vn.py
3077611e2d [Fix] filter new event push for BinanceGateway 2019-08-19 14:47:22 +08:00
vn.py
4450774bda
Merge pull request #2025 from nanoric/remove_trailing_white_space_and_spaces_in_blank_lines
[Del] remove trailing white space & spaces in blank lines
2019-08-15 16:42:26 +08:00
nanoric
2505f78c14 [Del] remove trailing white space
[Del] remove spaces in blank lines
2019-08-15 16:38:21 +08:00
vn.py
85603bb369 [Fix] bug in xtp_gateway direction map 2019-08-13 09:14:17 +08:00
vn.py
cf0fc8b66f Merge branch 'dev' of https://github.com/vnpy/vnpy into dev 2019-08-10 11:59:37 +08:00
vn.py
f8cdca8cb8 [Mod] use ThreadPoolExecutor to run cta strategy init task in parallel 2019-08-10 11:58:12 +08:00
vn.py
4cd5772d61
Merge pull request #2016 from LimingFang/dev
script md update
2019-08-10 11:22:32 +08:00
LimingFang
ede33a2506 script md update 89 2019-08-09 13:59:42 +08:00
LimingFang
b0cf5cae13
Merge pull request #5 from vnpy/dev
dev update 89
2019-08-09 11:49:17 +08:00
vn.py
51836b0789
Merge pull request #2010 from nanoric/ci3
ci & oes
2019-08-09 10:26:07 +08:00
nanoric
eaacebde1b [Mod] update .travis.yaml 2019-08-08 15:09:50 +08:00
nanoric
26a0a9ba6e [Add] use gitlab-ci 2019-08-08 14:45:04 +08:00
nanoric
1b8152efc7 [Add] skip some tests if module not built 2019-08-08 14:43:00 +08:00
nanoric
9dab75f28a [Add] add venv into .flake8:exclude 2019-08-08 14:43:00 +08:00
nanoric
e86f6db0a7 Oes: Reduce building memory usage
[Mod] oesapi: use c2py 0.5.4
2019-08-08 14:43:00 +08:00
vn.py
d151b13ef5
Merge pull request #2006 from LimingFang/dev
change sec2sopt
2019-08-07 16:36:24 +08:00
LimingFang
75147ffb80 change sec2sopt 2019-08-07 16:18:20 +08:00
vn.py
1397c86ae8 [Fix] typo in xtp_gateway 2019-08-07 15:43:40 +08:00
vn.py
a9a23cbb3f
Merge pull request #2003 from nanoric/tap_encoding
[Mod] tapapi: change encoding into GBK.
2019-08-07 15:25:25 +08:00
vn.py
3028e28b57
Merge pull request #2004 from LimingFang/dev
dev update sec_constant
2019-08-07 15:25:13 +08:00
vn.py
1171bf8d93 [Mod] convert xtp unknown ticker type to equity product 2019-08-07 15:03:17 +08:00
LimingFang
e93362a2c0 update sec 87(2) 2019-08-07 14:32:19 +08:00
LimingFang
7de8d69c63 sec update 87(1) 2019-08-07 14:32:02 +08:00
nanoric
e4336b6c20 [Mod] tapapi: change encoding into GBK. 2019-08-07 12:41:12 +08:00
vn.py
1a82f6caf9 [Add] ExceptionDialog for showing exception message 2019-08-07 11:37:15 +08:00
LimingFang
cef0c33b56
Merge pull request #4 from vnpy/dev
update dev 87
2019-08-07 11:16:40 +08:00
vn.py
b5e9bdb559 [Mod] change strategy import function of pyd files 2019-08-06 22:40:11 +08:00
vn.py
7845fd7a0f
Merge pull request #1999 from 1122455801/pyd_strategy_support
Add pyd strategy support
2019-08-06 22:24:46 +08:00
vn.py
714ad84384
Merge pull request #2000 from LimingFang/dev
update quickstart md 86
2019-08-06 22:19:13 +08:00
1122455801
b17a26b508 Update engine.py 2019-08-06 20:02:16 +08:00
LimingFang
f69771103e update quickstart md 86 2019-08-06 19:37:06 +08:00
1122455801
8dfc72591a Update engine.py 2019-08-06 18:52:33 +08:00
vn.py
73e8ebd132 [Mod] complete test of sec_gateway 2019-08-06 14:35:51 +08:00
vn.py
c2e87cfde1 [Mod] change prefix to lower case 2019-08-06 14:34:54 +08:00
vn.py
d3e91e67d1
Merge pull request #1998 from LimingFang/dev
SEC
2019-08-06 14:16:16 +08:00
LimingFang
71b0845c80 SecGateway and api 2019-08-06 13:53:53 +08:00
LimingFang
c7d62ad494
Merge pull request #3 from vnpy/dev
update dev 86
2019-08-06 13:51:44 +08:00
vn.py
c4dea3b440
Merge pull request #1996 from nanoric/oes_reduce_linux_building_memory
Oes: reduce linux building memory
2019-08-05 17:57:36 +08:00
vn.py
786f51771c Merge branch 'dev' of https://github.com/vnpy/vnpy into dev 2019-08-05 17:24:27 +08:00
vn.py
c7e276eef6 [Add] update content of introduction.md 2019-08-05 17:24:22 +08:00
nanoric
4dcd37dbf6 [Add] added *.egg-info/ into .gitignore 2019-08-05 15:25:19 +08:00
nanoric
857b80f4f8 Reduce memory usage while building under Linux.
Changes:
[Mod] rename autocxxpy into c2py
[Mod] use c2py 0.5.1
2019-08-05 15:13:55 +08:00
vn.py
7d3899616b
Merge pull request #1993 from 1122455801/rpc_server.md_0803
[Update] rpc_service.md
2019-08-04 09:47:08 +08:00
1122455801
a7497aa11a Update rpc_service.md 2019-08-03 22:38:41 +08:00
vn.py
aadfc4d3a4 [Del] remove duplicate content in gateway.md 2019-08-03 11:50:22 +08:00