records = exchange.GetRecords(PERIOD_D1) # 获取K线数组,如何获取周线数组? 使用records = exchange.GetRecords(PERIOD_W1)语句获取取的周线数据与实盘的不一致。