records = exchange.GetRecords(PERIOD_M30) // 获取30minK线数据 records2 = exchange.GetRecords(PERIOD_D1) // 获取日K线数据
在代码中设置了获取数据的周期,为什么没用?还是按界面上选的周期跑?