在布尔表达中内置EMA功能

发布于 2025-02-09 02:53:28 字数 167 浏览 1 评论 0原文

我遇到了这个表达。

longExit() => ema(close, 80) and rsi(close, 2) >= 80

我认为这是返回布尔值的函数定义。第一个节点(EMA(关闭,80))什么时候评估为真?该文档说内置的EMA功能返回浮点。

I came across this expression.

longExit() => ema(close, 80) and rsi(close, 2) >= 80

I assume this is a function definition which returns a boolean. When does the first node (ema(close, 80)) evaluate to be true? The documentation says that the built-in ema function returns a float.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

溺渁∝ 2025-02-16 02:53:28

看起来是错误的用途。它将几乎一直以来评估为true,除非该节点返回0它是false> false in boolean

It looks like a wrong use. It will evaluate to be true pretty much all the time except when that node returns 0 which is false in boolean.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文