Skip to content

Strategy symbol filter#

About#

Symbol filter which can be used to copy only specific symbols or exclude some symbols from copying

Fields#

Name Type Required Description
included Array<string> Yes list of symbols copied. Leave the value empty to copy all symbols
excluded Array<string> Yes list of symbols excluded from copying. Leave the value empty to copy all symbols

Example#

{
  "included": [
    "EURUSD", "AUDUSD"
  ],
  "excluded": [
    "AUDUSD"
  ]
}

Usages#