
Quantiva Trade, desplegado.
- Activa Quantiva Trade en TradingView
- Define position size por trade (USDT)
- Reverse/flip en Futures One-Way y Hedge
- En Spot es long-only (reverse cierra posici贸n)
Activa Quantiva Trade en TradingView con tu suscripci贸n y despliega alertas con validaci贸n estricta de modo y controles de ejecuci贸n.

Quantiva mantiene routing, contexto de ejecuci贸n y visibilidad de rendimiento conectados entre Trade, Live, Lab y Edge.
La p谩gina Trade define el puente exacto entre payload de TradingView y routing de ejecuci贸n. Si el modo no coincide con tu perfil, la orden se rechaza antes de llegar al exchange.
Campos m铆nimos requeridos por el webhook de Quantiva antes del routing.
{
"symbol": "BTCUSDT",
"side": "buy",
"positionSide": "LONG",
"intent": "open_long",
"investmentType": "notional_value",
"amount": "1000",
"price": "market",
"order_price": "74255.20",
"reduceOnly": false,
"positionMode": "hedge_mode",
"execution_mode": "futures_hedge",
"mode_sync_policy": "required_profile_match",
"signalId": "0",
"uid": "UID"
}La validaci贸n se aplica siempre por seguridad, incluso con se帽ales legacy sin mode_sync_policy.
Cuando el modo de perfil y el modo del payload difieren, se bloquea y se audita.
{
"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."
}