建议在KLine.KLine_List.CKLine_List类中增加原始原始K类列表类
Closed this issue · 2 comments
Mjzs12138 commented
如果需要从snapshot获取原始K线序列进行一些计算(例如计算技术指标),似乎只能通过在KLine.KLine_List.CKLine_List中层层循环获取原始K线属性,效率很低。
Vespa314 commented
参考https://github.com/Vespa314/chan.py/blob/main/KLine/KLine_List.py#L131 ,有个直接获取klu 的迭代器klu_iter()
Mjzs12138 commented
谢谢!已解决