求教数据的提取
#75
Replies: 1 comment
-
查看quickguide.md哈 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我是一个编程小白,目前想提取计算好的中枢的日期和价格信息,选择只会通过在PlotMeta文件里,用def......
for i, zs in enumerate(self.zs_lst):
begin_time = self.datetick[zs.begin]
end_time = self.datetick[zs.end]
print(f"内部中枢 {i + 1}:")
print(f" 开始时间: {begin_time}")
print(f" 结束时间: {end_time}") 这种方式提取。我看到作者的readme里写了cchan类里可以通过kl_datas来提取zs_list segzs_list的数据,请问提取的方式是什么,是在chan.py里加代码提取吗
Beta Was this translation helpful? Give feedback.
All reactions