Appearance
Account Mapping
Account mapping links incoming strategy signals to target broker accounts.
Mapping Fields
| Field | Type | Description |
|---|---|---|
StrategyId | string | Strategy identifier from the signal payload. |
Symbol | string | Trading symbol (for example EURUSD). |
TargetAccountId | string | Internal account id in Trading Bridge. |
RiskProfile | string | Named 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.