Today's Trades
0
0 total
Today's P&L
$0.00
Estimated
Connections
0
—
Active Accounts
0
—
Last Trade
—
—
📊 Trade History
| Time | ID | Action | Symbol | Qty | Accounts | Status | Latency |
|---|---|---|---|---|---|---|---|
📭 Waiting for webhooks... | |||||||
🔌 Tradovate Connections
Enter the Tradovate username & password for each account. Your API keys (CID/Secret) from .env authenticate the app.
➕ Add a Tradovate Account
Enter the Tradovate login credentials for any account — personal, Apex, ETF, or any funded account. Your app's API keys handle the authentication.
👤 All Accounts
👤
Connect accounts first📁 Account Groups
📂
No groups yet👑 Master Account
The account to monitor. All trades on this account get copied to followers.
⚙ Copy Settings
👥 Follower Accounts
0 selectedSelect which accounts receive copied trades. Each uses its own Qty Multiplier from the Accounts tab.
📊 Live Status
0
0
0
—
⚠ Recent Errors
✅
No errors📜 Copy Trade History
| Time | Type | Action | Symbol | Master Qty | Copied To | Result |
|---|---|---|---|---|---|---|
📭 No copy trades yet | ||||||
🔗 Webhook URL
Loading...
📗 OCO Bracket (Entry + TP + SL)
// Entry with Take Profit & Stop Loss
{
"passphrase": "your-secret",
"action": "buy",
"symbol": "ESH5",
"quantity": 1,
"takeProfit": 5650.00,
"stopLoss": 5580.00,
"accountGroup": "All Accounts"
}
📝 Simple Entry (No Bracket)
// Market entry — no TP/SL
{
"passphrase": "your-secret",
"action": "buy",
"symbol": "ESH5",
"quantity": 1
}
📘 Limit + Bracket
{
"passphrase": "your-secret",
"action": "sell",
"symbol": "NQH5",
"quantity": 2,
"orderType": "Limit",
"price": 19850.00,
"takeProfit": 19700.00,
"stopLoss": 19950.00
}
🔻 Flatten / Close
{
"passphrase": "your-secret",
"action": "flatten",
"symbol": "ESH5",
"accountGroup": "All Accounts"
}
📋 All Webhook Fields
| Field | Required | Description |
|---|---|---|
passphrase | Yes | Must match WEBHOOK_SECRET |
action | Yes | buy, sell, closelong, closeshort, close, flatten, reverse |
symbol | Yes | Tradovate contract (ESH5, NQH5) |
quantity | No | Contracts (default: 1) × per-account multiplier |
takeProfit | No | TP price → OCO bracket limit exit |
stopLoss | No | SL price → OCO bracket stop exit |
orderType | No | Market (default), Limit, Stop |
price | No | Entry price (for Limit/Stop) |
accountGroup | No | Trade all accounts in group |
accountId | No | Trade ONE specific account |
🛡 Risk
⚠ Allowed Symbols
📋 Logs
📋
No logs