Skip to content

Account Mapping

Account mapping links incoming strategy signals to target broker accounts.

Mapping Fields

FieldTypeDescription
StrategyIdstringStrategy identifier from the signal payload.
SymbolstringTrading symbol (for example EURUSD).
TargetAccountIdstringInternal account id in Trading Bridge.
RiskProfilestringNamed risk profile used for limits.

Example Mapping

json
[
  {
    "StrategyId": "breakout-v1",
    "Symbol": "EURUSD",
    "TargetAccountId": "acct-live-01",
    "RiskProfile": "moderate"
  }
]

Best Practices

  • Keep strategy ids stable across environments.
  • Version mapping changes and apply them through controlled releases.
  • Test every new mapping in dry-run mode before enabling live routing.

Released under the MIT License.