Skip to content

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

  1. Download the latest Trading Bridge release package.
  2. Extract it to your deployment folder.
  3. Create or update appsettings.json:
json
{
  "BridgeConfig": {
    "Endpoint": "https://your-hub.production.com",
    "ApiKey": "YOUR_SECRET_KEY",
    "ReconnectDelaySeconds": 5
  }
}
  1. Start the dashboard process and verify hub connection status in the UI.

First Validation

  1. Open a test account in the dashboard.
  2. Send a dry-run signal from TradingView.
  3. Confirm signal receipt in logs and verify no execution errors are reported.

Next Steps

Released under the MIT License.