股本最低日内利润
如您所知,我们可以限制最大值。每日损失,函数为 strategy.risk.max_intraday_loss(value=maxPercLoss, type=strategy.percent_of_equity)
。
如果我想限制每天的利润而不是损失,我该怎么做?
As you know we can limit the max. daily loss with function of strategy.risk.max_intraday_loss(value=maxPercLoss, type=strategy.percent_of_equity)
.
How can I do this if I want to limit the daily profit instead of the loss?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
非常感谢 Bjorgum,来自 TV Discord 频道
long = longCondition 和 Strategy_risk_max_intraday_gain_percent(2)
Thanks alot Bjorgum, from TV Discord channel
long = longCondition and strategy_risk_max_intraday_gain_percent(2)