vnpy/examples/README.md

23 lines
767 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# vn.py项目的应用示例
本文件夹中的内容主要是关于如何在交易业务中使用vn.py的示例
* CryptoTradervn.crypto数字货币交易平台
* VnTrader最常用的vn.py图形交易系统
* OptionMaster: 期权量化交易系统
* WebTrader使用Web前端作为监控的交易系统
* FutuTrader针对富途证券futuquant的交易系统只支持Python 3
* DataRecording全自动行情记录工具无需用户每日定时重启
* CtaTrading无图形界面模式的CTA策略交易
* CtaBacktestingCTA策略的回测和优化
* ServerClient服务端业务逻辑和客户端GUI界面分离的VnTrader
* DataService用于下载历史行情数据以及每日数据自动更新的数据服务