Live enablement is explicit
Paper and live settings are separate, and live operation requires a deliberate enablement step rather than simply connecting to a broker.
Trading software product
An IBKR-connected Trading Bot Engine for paper and client-controlled live order workflows, with configuration controls, recorded order states, and an operator dashboard.

Implementation scope
The build is intentionally scoped to one account and one strategy per deployment, making the configuration and operational boundary explicit rather than presenting a generic multi-tenant trading platform.
The service accepts API-key-authenticated signals, records the selected paper or live environment, and supports the agreed order types and time-in-force selections.
The operator interface includes separate paper and live settings, a persisted pause state, an emergency-stop control, recent-order views, and a broker-status snapshot that is refreshed manually.
Engineering choices
Paper and live settings are separate, and live operation requires a deliberate enablement step rather than simply connecting to a broker.
When a configured execution attempt fails, the order record can retain a FAILED state so an operator has a local event to investigate.
Pause and emergency-stop controls are part of the persisted runtime configuration rather than relying only on a dashboard toggle.
Validation approach
Current boundaries