Skip to main content
Version: latest

SymbolSpecificTradingOptions

Interface

Properties

allowedDurations

Optional

Array of strings with valid duration values. You can check that in Order Ticket.

Type

string[]


allowedOrderTypes

Optional

Supported order types for the instrument.

Type

OrderType[]


supportAddBracketsToExistingOrder

Optional

Using this flag you can disable adding brackets to the existing order.

Type

boolean


supportIndividualPositionBrackets

Optional

Whether trade brackets are supported for the symbol. Defaults to the value in the config.

Type

boolean


supportModifyBrackets

Optional

Using this flag you can disable existing order's brackets modification. If you set it to false, additional fields will be disabled in Order Ticket on the chart,

Type

boolean


supportOrderBrackets

Optional

Whether order brackets are supported for the symbol. Defaults to the value in the config.

Type

boolean


supportPositionBrackets

Optional

Whether position brackets are supported for the symbol. Defaults to the value in the config.

Type

boolean


supportReversePosition

Optional

Whether position reversing is supported for the symbol. Defaults to the value in the config.

Type

boolean


warningMessage

Optional

A symbol-specific message that can be used to warn users.

Type

string