Commit Graph

2120 Commits

Author SHA1 Message Date
vn.py
7e9b853d83 [Mod]change ping-pong of HuobiGateway 2019-04-18 14:59:39 +08:00
vn.py
fe0e17763f
Merge pull request #1609 from nanoric/newest_data
[Add] DatabaseManager.get_newest_xxx_data
2019-04-18 13:27:41 +08:00
nanoric
eb0b7c3a98 [Add] added rqdatac in linux sdist test (.travis.yml) 2019-04-18 00:52:38 -04:00
nanoric
009b26670b [Del] removed duplicated pip install . in appveyor.yml 2019-04-18 00:48:16 -04:00
nanoric
df0f010775 [Add] add pip install rqdatac in windows sdist test 2019-04-18 00:45:39 -04:00
nanoric
ad40643724 [Fix] use install.bat in appveyor.yml 2019-04-18 00:44:49 -04:00
nanoric
3c9244fe67 [Add] try to make rqdatac work 2019-04-18 00:41:59 -04:00
nanoric
eefb423953 Merge remote-tracking branch 'remotes/origin/DEV' into newest_data 2019-04-18 00:25:10 -04:00
nanoric
6f3b66a05c [Add] added test to check None return for newest_xxx_data if database is empty 2019-04-18 00:24:55 -04:00
nanoric
b72a1dc155 [Fix] fix bugs for newly added functions 2019-04-18 00:21:30 -04:00
vn.py
bd36646036 [Add]download history data function into CtaBacktester 2019-04-18 11:27:50 +08:00
nanoric
19e27ea031 [Add] get_newest_bar_data in database_mongo.py
[Add] get_newest_tick_data in database_mongo.py
2019-04-17 23:16:57 -04:00
nanoric
49d863a286 [Add] get_newest_bar_data in database.py
[Add] get_newest_tick_data in database.py
2019-04-17 23:16:33 -04:00
vn.py
1d6d191ac6 [Mod]move RQData related function into rqdata.py 2019-04-18 10:46:55 +08:00
vn.py
71995aeb13 [Mod]update readme.md 2019-04-17 15:46:49 +08:00
vn.py
194ccdb09c [Add]websocket api for OnetokenGateway 2019-04-17 13:16:34 +08:00
vn.py
94c4e0beda
Merge pull request #1605 from 1token-trade/onetoken-gateway
Onetoken gateway
2019-04-17 09:42:15 +08:00
vn.py
9de35bfd43 [Fix]use abs for trade volume 2019-04-17 09:20:29 +08:00
vn.py
fdd4094d33
Merge pull request #1606 from 1122455801/BITFINEX_01
[Add] Bitfinex_gateway
2019-04-16 22:55:33 +08:00
1122455801
7b0d744286 Update constant.py 2019-04-16 21:25:23 +08:00
1122455801
e5e5f047bd Create bitfinex_gateway.py 2019-04-16 21:22:43 +08:00
1122455801
c1af7034db Create __init__.py 2019-04-16 21:22:40 +08:00
Archer
76a8c5752c update 2019-04-16 19:41:12 +08:00
Archer
d201c5b65a add: query_time query_contract 2019-04-16 19:40:11 +08:00
Archer
e4f4ed4f62 update: removed unused import 2019-04-16 16:12:17 +08:00
Archer
7ee538125e update: flake8 2019-04-16 15:34:06 +08:00
Archer
64e314a547 update: OnetokenRestApi 2019-04-16 15:24:25 +08:00
vn.py
0787a2c2e0 [Add]header support in WebsocketClient 2019-04-16 14:46:14 +08:00
vn.py
4da519bd2c [Add]mongoengine into requirements.txt 2019-04-16 13:49:50 +08:00
vn.py
a5550d42c7 [Mod]complete test of new database module with CtaStrategyApp 2019-04-16 13:39:06 +08:00
vn.py
1d527bc36e
Merge pull request #1602 from nanoric/master
[Add] database
2019-04-16 11:19:56 +08:00
nanoric
dd99609109 [Add] skip some tests under osx 2019-04-15 13:40:03 -04:00
nanoric
2f618d5796 [Del] remove parallel compile patch 2019-04-15 12:56:08 -04:00
nanoric
2e341bffc9 [Mod] enable optimize under Linux build 2019-04-15 12:26:49 -04:00
nanoric
73e135b685 [Add] install.sh: parallel make for ta-lib 2019-04-15 12:20:54 -04:00
vn.py
87cac3f2c2 Merge branch 'DEV' of https://github.com/vnpy/vnpy into DEV 2019-04-15 23:32:40 +08:00
vn.py
56d0812121 [Add]optimization function into CtaBackteserApp 2019-04-15 23:32:04 +08:00
nanoric
a99b8eb815 [Add] custom monkey path for CCompiler 2019-04-15 11:16:24 -04:00
nanoric
c3546a8bf7 [Del] remove numpy ccompiler 2019-04-15 11:12:08 -04:00
nanoric
430220959d [Add] use ccompiler from numpy if there is one 2019-04-15 10:11:14 -04:00
nanoric
48590fdafd [Add] quotes make -j2 2019-04-15 09:48:10 -04:00
nanoric
818146f026 [Add] use make -j2 for travis 2019-04-15 09:35:25 -04:00
nanoric
4c4dac1ae9 [Fix] fix gcc 8 link error 2019-04-15 09:33:18 -04:00
nanoric
874b01d437 [Mod] use update-alternatives again 2019-04-15 09:25:54 -04:00
nanoric
4c1fcb9117 [Add] added cache for appveyor 2019-04-15 09:14:23 -04:00
nanoric
c4f0e1ba2a [Mod] echo test 2019-04-15 09:10:41 -04:00
nanoric
a87f990815 [Add] enable travis cache for pip 2019-04-15 09:06:23 -04:00
nanoric
bb73601705 [Mod] use CC and CXX (specific in MATRIX_EVAL) 2019-04-15 08:59:57 -04:00
nanoric
98c677118a [Add] run tests under osx 2019-04-15 08:54:28 -04:00
Archer
3da8d4426c debug: signature 2019-04-15 20:28:47 +08:00