vnpy/examples
cclauss 8707236609
Use print() function in both Python 2 and Python 3
Legacy __print__ statements are syntax errors in Python 3 but __print()__ function works as expected in both Python 2 and Python 3.
2018-12-28 23:47:57 +01:00
..
CryptoTrader [Add]重构OKEX期货接口 2018-11-06 23:07:43 +08:00
CtaBacktesting [Add] 将ctaBacktesting.outputOptimizeResult分离了出来 2018-09-17 21:30:50 -04:00
CtaTrading Futurize older examples 2018-05-07 18:37:09 +02:00
DataRecording [Add]DrEngine新增收盘时间功能,解决部分交易所没有收盘Tick推送导致最后一根K线缺失的问题 #957 #888 2018-08-06 13:56:12 +08:00
DataService [Add]增加海龟策略的测试用数据,初步完成海龟策略 2018-11-11 16:04:25 +08:00
FutuTrader [Del]移除FutuTrader目录下的临时文件 2018-09-28 21:15:20 +08:00
OptionMaster Futurize older examples 2018-05-07 18:37:09 +02:00
ServerClient Futurize older examples/F*,J*,S*,T* 2018-04-16 09:48:46 +02:00
TurtleStrategy Use print() function in both Python 2 and Python 3 2018-12-28 23:47:57 +01:00
VnTrader [Del]移除OANDA接口 2018-08-06 14:16:30 +08:00
WebTrader [Mod]更新WebTrader使用说明 #921 2018-08-06 11:47:09 +08:00
README.md [Mod]调整DataService相关Demo的目录结构 2018-10-12 14:45:18 +08:00

vn.py项目的应用示例

本文件夹中的内容主要是关于如何在交易业务中使用vn.py的示例

  • CryptoTradervn.crypto数字货币交易平台

  • VnTrader最常用的vn.py图形交易系统

  • OptionMaster: 期权量化交易系统

  • WebTrader使用Web前端作为监控的交易系统

  • FutuTrader针对富途证券futuquant的交易系统只支持Python 3

  • DataRecording全自动行情记录工具无需用户每日定时重启

  • CtaTrading无图形界面模式的CTA策略交易

  • CtaBacktestingCTA策略的回测和优化

  • ServerClient服务端业务逻辑和客户端GUI界面分离的VnTrader

  • DataService用于下载历史行情数据以及每日数据自动更新的数据服务