diff --git a/README.md b/README.md index a1a43bf37cb146de661558a45e4c500d41dd804a..60db088d0eb55dc952b37423999dcfdb90fa412b 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,8 @@ ka.zs py 文件地址: examples/combine_with_tushare.py +没有 token,到 https://tushare.pro/register?reg=7 注册下 + ```python import tushare as ts from datetime import datetime, timedelta diff --git a/examples/combine_with_tushare.py b/examples/combine_with_tushare.py index b6264f0f8de29753b02cf674ce59995e82538164..c15d2395f41018a049f215ca74ea0bf2519c7cc1 100644 --- a/examples/combine_with_tushare.py +++ b/examples/combine_with_tushare.py @@ -1,6 +1,6 @@ # coding: utf-8 """ -结合掘金的数据使用 chan 进行缠论技术分析 +结合 tushare.pro 的数据使用 chan 进行缠论技术分析 author: zengbin93 email: zeng_bin8888@163.com @@ -13,6 +13,7 @@ from datetime import datetime, timedelta from chan import KlineAnalyze, SolidAnalyze # 首次使用,需要在这里设置你的 tushare token,用于获取数据;在同一台机器上,tushare token 只需要设置一次 +# 没有 token,到 https://tushare.pro/register?reg=7 注册下 # ts.set_token("your tushare token")