From 5619a99ab4dfe80dcaab64593b823c89700ae978 Mon Sep 17 00:00:00 2001 From: "vn.py" Date: Tue, 26 Sep 2017 09:39:19 +0800 Subject: [PATCH] =?UTF-8?q?[Mod]=E6=9B=B4=E6=96=B0Readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/README.md | 8 +++++++- examples/TqDataService/README.md | 3 +++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 examples/TqDataService/README.md diff --git a/examples/README.md b/examples/README.md index c95316f3..5b786215 100644 --- a/examples/README.md +++ b/examples/README.md @@ -8,4 +8,10 @@ * CtaTrading:无图形界面模式的CTA策略交易 -* CtaBacktesting:CTA策略的回测和优化 \ No newline at end of file +* CtaBacktesting:CTA策略的回测和优化 + +* ServerClient:服务端(业务逻辑)和客户端(GUI界面)分离的VnTrader + +* ShcifcoDataService:上海中期历史行情服务 + +* TqDataService:天勤历史行情服务 \ No newline at end of file diff --git a/examples/TqDataService/README.md b/examples/TqDataService/README.md new file mode 100644 index 00000000..422744db --- /dev/null +++ b/examples/TqDataService/README.md @@ -0,0 +1,3 @@ +# 天勤历史行情服务 + +请在[www.tq18.cn](www.tq18.cn)下载天勤行情终端,安装运行后,即可使用该服务。 \ No newline at end of file