📈 Tradovate Broker Status
✅
Tradovate Connector: CONNECTED
Account: 0
Live Account Snapshot
⚠ Tradovate account adapter has no access token. Authenticate before fetching account state.
Domain Configuration
- Dry Run
- NO (live execution)
- Environment
- https://live.tradovateapi.com/v1
- Daily Loss Limit
- $500
- Trailing Drawdown
- $1000
- Max Open Positions
- 2
- Min R:R
- 1.5
- Quote TTL
- 10.0s
Tradovate Direct Execution
The Tradovate execution domain is pull-based. The server fetches all required data:
- Submit a signal to
POST /brokers/tradovate/signalwithvenue: "tradovate" - The server fetches a live quote and instrument spec from the Tradovate REST API
- Risk and validation gates run using only Tradovate-native account data
- If approved, the order is submitted directly to Tradovate
No MT5 data is used in any part of the Tradovate execution path.