您好: 我在运行交易策略的多实例的示例程序时, 出现提示错误: short_avg = ma(klines["close"], args.SHORT) ValueError: window must be an integer 示例程序如下:...