Skip to content

Symbol mapping#

About#

Defines how symbol name should be changed when trading (e.g. when broker uses symbol names with unusual suffixes).

Fields#

Name Type Required Description
to string Yes symbol name to convert to
from string Yes symbol name to convert from

Example#

{
  "to": "EURUSD",
  "from": "EURUSD.m"
}

Usages#