回测总是出现错误提示
\vnpy\app\cta_strategy\backtesting.py:379: RuntimeWarning: invalid value encountered in log
df["return"] = np.log(df["balance"] / df["balance"].shift(1)).fillna(0)
数据据是用的ricequant的
回测总是出现错误提示
\vnpy\app\cta_strategy\backtesting.py:379: RuntimeWarning: invalid value encountered in log
df["return"] = np.log(df["balance"] / df["balance"].shift(1)).fillna(0)
数据据是用的ricequant的
这个是运行时提示,并非报错,忽略就好