如何在策略中指定杠杆和账户余额部分?

How to specify leverage and portion-of-account-balance in strategy?

我试图从 the manual 中提取它,但我不清楚,无法确定 strategy.entry() 的哪个参数是杠杆。

strategy.entry(id, direction, qty, limit, stop, oca_name, oca_type, comment, when, alert_message) → void

对于余额部分的金额,也许我总能计算出来,以便处理。 strategy.position_size这是正确的方法吗?和正确的功能?

如何在策略(的代码)中指定杠杆和账户余额部分?

我看到在策略设置面板中,可以指定数量,但是代码的哪一部分是这样做的?相反,我看不到这个面板的影响力。

这是我建立方法的 Currency.com 的订单面板。

the first line where you pick indicator/strategy/library

* 5 是你可以为杠杆做的一件事,或者你可以在你的 strategy.entry 调用中调整你的订单数量..但真正的杠杆有很多奇怪的费用和保证金要求加上像safety/risk 费用你可以在你的交易所费用信息中找到它们..