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