Commit Graph

1527 Commits

Author SHA1 Message Date
nanoric
31b6e230b6 [Mod] 更新binding的编译教程 2019-01-24 23:28:39 -04:00
nanoric
9e7e4185a7 [Mod] CXXParser与CXXFileParser互换名字 2019-01-24 23:08:30 -04:00
nanoric
49df5c934e [Add] CXXParser: 增加include路径的设置 2019-01-24 23:08:29 -04:00
vn.py
b6c5c19486
[Merge] pull request #1356 from nanoric/patch-1
Update build.windows.md
2019-01-25 09:40:17 +08:00
vn.py
70a3d61148
[Merge] pull request #1357 from nanoric/new_qa_tools
New qa tools
2019-01-25 09:39:50 +08:00
nanoric
39306104fd [Mod] make travis-ci use python3.6 instead of python3.7-dev 2019-01-24 09:22:19 -04:00
nanoric
a3d3d2b9e7 [Fix] fix travis-ci scripts for black 2019-01-24 09:18:54 -04:00
nanoric
c2637b9fea [Mod] 修正ci脚本 2019-01-24 09:06:32 -04:00
nanoric
45ae431d83 [Mod] black格式化 2019-01-24 09:06:32 -04:00
nanoric
37f528ba08 [Mod] 改进pylint的命名规则 2019-01-24 09:06:31 -04:00
nanoric
8bb0bb5fbf [Mod] 再次进行一些格式修改
[Add] 增加对binding和tests的代码质量检查
[Add] 更新README.md
2019-01-24 09:06:31 -04:00
nanoric
21a46198fd [Mod] rename Readme.md to README.md 2019-01-24 09:06:31 -04:00
nanoric
ed1758a26a [Add] use flake8
[Mod] use black instead of yapf
2019-01-24 09:06:31 -04:00
nanoric
4c16a6fd5f [Mod] rename hint.py into hint.py.in
python的template容易让linter报错,设置来设置去太麻烦,就改名吧.
2019-01-24 09:06:30 -04:00
nanoric
b646ebe0c3
Update build.windows.md
增加Visual Studio安装的细节
2019-01-24 05:34:08 -04:00
vn.py
f9fd309098 Merge branch 'v2.0-DEV' of https://github.com/vnpy/vnpy into v2.0-DEV 2019-01-24 14:14:01 +08:00
vn.py
d45b82e110 [Add] backtesting tool of CtaStrategy app 2019-01-24 14:13:57 +08:00
vn.py
9d5866e997 [Add] vnpy/trader/database.py for database connection 2019-01-24 14:13:36 +08:00
nanoric
c758d21712
Update build.windows.md
提示将CMake加入PATH
2019-01-23 22:32:17 -04:00
vn.py
54464a7408
[Merge] pull request #1354 from nanoric/generator
[Add] added generator code
2019-01-24 09:08:42 +08:00
nanoric
2b72275613 [Add] added generator code 2019-01-23 03:41:03 -04:00
vn.py
fd4ce4e6a6
[Merge] pull request #1352 from nanoric/new_doc
updated build instruments
2019-01-23 08:53:58 +08:00
nanoric
16eb0bf44c [Mod] rename Readme.md into README.md
[Mod] updated build instruments
[Mod] move all documents into /doc
2019-01-22 03:49:43 -04:00
vn.py
758d252681
[Merge] pull request #1349 from nanoric/bindings_ctp
Bindings of ctp
2019-01-21 21:08:27 +08:00
nanoric
507f70812a [Fix] 修正Clang的编译参数
[Del] 去除不必要的CMake flags
2019-01-21 05:59:57 -04:00
nanoric
064c5646e8 [Add] Added bindings: ctp 2019-01-21 05:48:38 -04:00
nanoric
cda0287246 [Fix] format error of /vnpy/trader/ui/widget.py 2019-01-21 05:46:31 -04:00
vn.py
e6e41fdc5c Merge branch 'v2.0-DEV' of https://github.com/vnpy/vnpy into v2.0-DEV 2019-01-20 21:34:42 +08:00
vn.py
a257b18f84 [Add] LogMonitor for cta strategy and global excepthook 2019-01-20 21:34:38 +08:00
vn.py
7549ba9fba
Merge pull request #1348 from nanoric/ci
消除pylint对Enum的抱怨
2019-01-20 15:41:29 +08:00
vn.py
4596f3a515 [Add] CtaManager ui widget 2019-01-19 18:57:54 +08:00
nanoric
74de2f77b5 [Mod] 消除pylint对Enum的抱怨 2019-01-19 02:37:02 -04:00
nanoric
726089b2d8 [Mod] move travis/ into tools/ci 2019-01-19 02:14:10 -04:00
vn.py
499ffd9491 [Add] CTA engine and template for creating strategies 2019-01-19 13:12:29 +08:00
vn.py
d8dae9e680
[Merge] pull request #1345 from nanoric/ci
ci
2019-01-18 14:13:07 +08:00
nanoric
09067dcee6 [Fix] Fixed format error and naming error 2019-01-18 01:24:15 -04:00
vn.py
f97f090a25 [Add] BaseApp for app development 2019-01-18 09:35:35 +08:00
vn.py
7f8617ff2d [Mod]Complete test of bitmex gateway 2019-01-16 20:57:30 +08:00
vn.py
d5a39a7d7f [Add] New bitmex gateway for crypto currency futures trading 2019-01-16 15:22:44 +08:00
vn.py
32867a97c2 [Mod]Change websocket client code style 2019-01-16 09:25:18 +08:00
vn.py
ab9ddbbce3 [Mod]Change rest client code style 2019-01-16 08:16:16 +08:00
vn.py
578544a3c3 [Mod]Change constant value from str to enum 2019-01-15 22:04:02 +08:00
vn.py
9c897d04af [Mod] Change futu gateway contract size to 1 2019-01-14 22:56:26 +08:00
vn.py
33aff65e60 [Add] Complete futu gateway test 2019-01-14 22:52:03 +08:00
vn.py
80193f6ebb
[Merge] pull request #1330 from nanoric/fix_readme_code
Fix pylint usage in readme
2019-01-13 15:47:06 +08:00
vn.py
f912207d3f [Add] Rest and websocket client 2019-01-13 13:23:10 +08:00
nanoric
7a8928f20a [Fix] 修复:pylint的代码少了个.
[Mod] 给yapf的代码增加-i参数,好直接生效
2019-01-13 00:29:17 -04:00
vn.py
242a97a2b2 [Add] Email engine for sending email message. 2019-01-12 10:44:53 +08:00
vn.py
6e1d90b327 [Add] Mainwindow now supports geometry setting save/load/restore 2019-01-12 09:54:56 +08:00
vn.py
60a640b6d1 [Add] Show VN Trader running path in main window 2019-01-12 09:43:27 +08:00