如何让脚本查找最后 x 条中的值(如果该值为真)
我设置了一个值,并希望脚本查看最后 10 个柱的值是否为真。我知道我可以使用 [] 10 次,这会得到相同的结果,但它看起来不正确。是否需要添加一段代码以使脚本使用一个代码查找最后 x 根柱线?
I have a value I set and want the script to look if it was true in the last lets say 10 bars. I know I can use [] 10 times which would give the same result, but it doesn't look right. Is there a code to add to make the script look for the last x bars with one code?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需将其转换为 1 或 0,然后获取最后 X 根柱的最高值:
Just convert it to 1 or 0 and then get the highest for the last X bars: