Skip to content

Dashboard Settings

The dashboard controls account visibility, risk guards, and alert diagnostics.

Core Options

OptionDefaultDescription
Dashboard.ThemelightUI color theme.
Dashboard.RefreshIntervalMs1000Status refresh interval.
Dashboard.EnableAuditTrailtrueStores signal and execution events.
Dashboard.ReadOnlyModefalseBlocks 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 500ms to reduce UI load.

Released under the MIT License.