For closing a position the bot provides an option to either exit a certain amount of contracts to take partial profits or the close whole position. In terms of giving these commands/variables that decide what action to take,the bot goes into two routes. Trading Variables are added inside the...
* `supportPartialCloseTrade` *Default:* `false` 经纪商是否支持部分关闭交易。 * `supportReducePosition` *Default:* `false` Expand All @@ -50,6 +69,13 @@ 是否支持订单的包围单。如果此标志为`true`,则图表将显示附加字段在图表和账户管理器中的订单窗口和修改按钮中。 * `supportCryptoBrackets` *...