> ## Documentation Index
> Fetch the complete documentation index at: https://help.edgeanalyzer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Tradovate Connection

> How to connect your Tradovate account to Edge Analyzer

Tradovate uses OAuth for secure authentication, making it one of the easiest platforms to connect.

## Prerequisites

* An active Tradovate account (demo or live)
* Access to your Tradovate login credentials

## Step-by-Step Connection

<Steps>
  <Step title="Navigate to Connections">
    Go to **Connections** in the sidebar and click **Add Connection**.
  </Step>

  <Step title="Select Tradovate">
    Choose **Tradovate** from the platform options.
  </Step>

  <Step title="Enter Connection Name">
    Give your connection a name (e.g., "Tradovate Live").
  </Step>

  <Step title="Authorize">
    Click **Authorize with Tradovate**. You'll be redirected to Tradovate's login page.
  </Step>

  <Step title="Log In">
    Enter your Tradovate credentials and approve the connection.
  </Step>

  <Step title="Complete">
    You'll be redirected back to Edge Analyzer with your connection active.
  </Step>
</Steps>

## OAuth Security

Tradovate uses OAuth 2.0 for authentication:

* Edge Analyzer never sees your Tradovate password
* You authorize directly with Tradovate
* You can revoke access anytime from your Tradovate account settings
* Tokens are automatically refreshed

## Account Types

Tradovate connections can include:

| Type | Description                         |
| ---- | ----------------------------------- |
| Demo | Paper trading accounts for practice |
| Live | Real money trading accounts         |

Both account types are fully supported for copy trading and journaling.

## Troubleshooting

<AccordionGroup>
  <Accordion title="OAuth popup blocked">
    * Allow popups for app.edgeanalyzer.com
    * Try using a different browser
    * Disable popup blockers temporarily
  </Accordion>

  <Accordion title="Token expired">
    * Tokens auto-refresh, but if issues persist, reconnect your account
    * Delete the connection and create a new one
  </Accordion>

  <Accordion title="Account not showing">
    * Ensure your Tradovate account is active
    * Check if you have trading permissions enabled
    * Contact Tradovate support if issues persist
  </Accordion>
</AccordionGroup>
