Demo mode is the default
The configuration defaults to paper or demo operation, with a separate live setting and credential requirements for client-controlled live use.
Trading software product
A MetaTrader Trading Bot Engine for demo and client-controlled live workflows, with multiple strategy credentials, environment-aware order records, and MT5 or bridge-based connectivity paths.

Implementation scope
The hub models one MetaTrader account with multiple strategies. Each strategy receives an API key, while authenticated operators manage settings and review recorded orders.
The default path records a demo order without requiring a local terminal. When configured, the product offers separate paths for direct MT5 integration or a REST bridge that can submit a market-order request.
The dashboard includes configuration, strategy management, environment-aware order history, a test form, and a defined live gate.
Engineering choices
The configuration defaults to paper or demo operation, with a separate live setting and credential requirements for client-controlled live use.
The implementation distinguishes direct MT5 terminal access from a bridge-based approach instead of assuming MT4 and MT5 have identical integration options.
Strategy API keys and stored order fields provide an application-level record of the platform environment and order identifier when one is available.
Validation approach
Current boundaries