如何在烛台下动态设置停止损失

发布于 2025-02-09 16:15:20 字数 44 浏览 1 评论 0原文

如何设置入口蜡烛的hign/低点停止损失?损失参数所需的价值在tick中。

How do I set stop loss at the hign/low of an entry candle? The value required for loss parameter is in ticks.Low and high give the price of the instrument (market).

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

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

发布评论

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

评论(1

浪漫人生路 2025-02-16 16:15:20

您可以使用需要价格值的stop参数。

停止(系列int/float)可选参数。停止损失(需要
具体价格)。如果指定了,则下达停止订单以退出
以指定价格(或更糟)的市场地位。优先
参数“停止”高于参数“损失”的优先级
(如果其值不是'nan',则使用“停止”而不是“损失”)。这
默认值是'nan'。

You can use the stop argument which requires a price value.

stop (series int/float) An optional parameter. Stop loss (requires a
specific price). If it is specified, a stop order is placed to exit
market position at the specified price (or worse). Priority of the
parameter 'stop' is higher than priority of the parameter 'loss'
('stop' is used instead of 'loss', if its value is not 'NaN'). The
default value is 'NaN'.

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