Appearance
Dashboard Settings
The dashboard controls account visibility, risk guards, and alert diagnostics.
Core Options
| Option | Default | Description |
|---|---|---|
Dashboard.Theme | light | UI color theme. |
Dashboard.RefreshIntervalMs | 1000 | Status refresh interval. |
Dashboard.EnableAuditTrail | true | Stores signal and execution events. |
Dashboard.ReadOnlyMode | false | Blocks order placement from the UI. |
Example
json
{
"Dashboard": {
"Theme": "light",
"RefreshIntervalMs": 1000,
"EnableAuditTrail": true,
"ReadOnlyMode": false
}
}Recommendations
- Enable audit trail in every environment.
- Use read-only mode for onboarding and dry-run sessions.
- Keep refresh interval at or above
500msto reduce UI load.