
Quantiva Trade, deployed.
- Activate Quantiva Trade access in TradingView
- Set position size per trade (USDT)
- Reverse/flip in Futures One-Way and Hedge
- Spot mode is long-only (reverse closes position)
Get Quantiva Trade access in TradingView with your subscription, then deploy alerts with strict mode validation and execution controls.

Quantiva keeps routing, execution context and performance visibility connected across Trade, Live, Lab, and Edge.
Trade page defines the exact bridge from TradingView alert payload to execution routing. If mode does not match your profile, the order is rejected before exchange execution.
Minimum fields required by Quantiva webhook before routing.
{
"symbol": "BTCUSDT",
"action": "sell",
"execution_mode": "futures_hedge",
"positionMode": "hedge_mode",
"mode_sync_policy": "required_profile_match",
"signalId": "tv-2026-04-17-001"
}Validation is always enforced for safety, including legacy signals with no mode_sync_policy.
When profile mode and payload mode differ, execution is blocked and audited.
{
"status": "rejected",
"code": "MODE_MISMATCH",
"message": "Mode mismatch: profile=futures_oneway, payload=futures_hedge",
"action_hint": "Update QTrade Execution Mode or switch profile mode in Quantiva."
}