* `supportPartialClosePosition` *Default:* `false` 经纪商是否支持部分平仓。 * `supportPartialCloseTrade` *Default:* `false` 经纪商是否支持部分关闭交易。 * `supportReducePosition` *Default:* `false` Expand All @@ -50,6 +69,13 @@ 是否支持订单的包围单。如果此标志为`true`,则图表将显示附加...
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...
getValue) { return null; } const bar = this._data.valueAt(index); if (bar === null) { return null; } const price = bar.value[PlotRowValueIndex.Close] as BarPrice; const radius = this._markerRadius(); const borderColor = this._markerBorderColor(); const borderWidt...