SymbolSpecificTradingOptions
Properties
allowedDurations
OptionalArray of strings with valid duration values. You can check that in Order Ticket.
Type
string[]
allowedOrderTypes
OptionalSupported order types for the instrument.
Type
OrderType[]
supportAddBracketsToExistingOrder
OptionalUsing this flag you can disable adding brackets to the existing order.
Type
boolean
supportIndividualPositionBrackets
OptionalWhether trade brackets are supported for the symbol. Defaults to the value in the config.
Type
boolean
supportModifyBrackets
OptionalUsing 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
OptionalWhether order brackets are supported for the symbol. Defaults to the value in the config.
Type
boolean
supportPositionBrackets
OptionalWhether position brackets are supported for the symbol. Defaults to the value in the config.
Type
boolean
supportReversePosition
OptionalWhether position reversing is supported for the symbol. Defaults to the value in the config.
Type
boolean
warningMessage
OptionalA symbol-specific message that can be used to warn users.
Type
string