Appearance
Getting Started
This guide helps you deploy the Trading Bridge dashboard and connect your first terminal.
Prerequisites
Before you begin, make sure you have:
- .NET 8.0 SDK or newer
- A Windows host for terminal connectivity
- Valid API credentials for your trading provider
Installation
- Download the latest Trading Bridge release package.
- Extract it to your deployment folder.
- Create or update
appsettings.json:
json
{
"BridgeConfig": {
"Endpoint": "https://your-hub.production.com",
"ApiKey": "YOUR_SECRET_KEY",
"ReconnectDelaySeconds": 5
}
}- Start the dashboard process and verify hub connection status in the UI.
First Validation
- Open a test account in the dashboard.
- Send a dry-run signal from TradingView.
- Confirm signal receipt in logs and verify no execution errors are reported.