Interface: TradingCustomization
Charting Library.TradingCustomization
Represents the structure of TradingTerminalWidgetOptions.trading_customization.
Properties
brokerOrder
Optional
brokerOrder: Partial<BrokerOrderOverrides>
Overrides for order lines created using the Broker API.
brokerPosition
Optional
brokerPosition: Partial<BrokerPositionOverrides>
Overrides for position lines created using the Broker API.
order
Optional
order: Partial<OrderLineToolOverrides>
Overrides for order lines created using the IChartWidgetApi.createOrderLine method.
position
Optional
position: Partial<PositionLineToolOverrides>
Overrides for position lines created using the IChartWidgetApi.createPositionLine method.