4.04K 浏览
0

为了动态定位最高K线位置,在K线数量399内循环调用了hhv函数,发现内存占用严重,运行一段时间后报错退出:

MemoryError:Unable to allocate 3.12 Kib for an array with shape<399,> and datatype int64

【3940】Failed to execute script

请教:

1、hhv函数调用后是否未释放内存或释放比较慢?该如何优化?

2、有其他好办法动态定位最高最低K线位置吗?完成类似功能: high>=hhv(high,21) and high>=hhv(high,35)?

谢谢!

yanqiong Ma 已回答的问题 2020年7月16日
0

贴代码的时候,可以用 “insert code” 贴,这样根本看不了你代码是什么。

yanqiong Ma 已回答的问题 2020年7月16日
您正在查看2个答案中的1个,单击此处查看所有答案。