-
比如代码为:
huobi:btc/usdt
是火币的 btc/usdt 价格。
-
-
完全相同的代码,在本地(两台PC,不同的网络环境)运行都没有问题,在阿里云上运行了两个多月了也没有问题,7月2日开始报“urlopen error timed out”错误,将重试次数放到10次,还是十次timed out。之前是1.1.6版本,出错之后升级到1.2.4,还是一样的问题。
-
在http://tushare.org/pro/theindex.html中指数基本信息调用示范是阶段成份表
-
``` python
from easyquant import StrategyTemplate
import tushare as ts
import datetime
ts.set_token('*******************************')
class Strategy(StrategyTemplate):
def strategy(self, event)…