10-step quickstart
- Request access and create your Quantiva account.
- Send your TradingView username so Quantiva Trades can be assigned invite-only.
- Open TradingView and add Quantiva Trades to your own chart.
- Choose market, timeframe, and strategy parameters inside TradingView.
- Create your own TradingView alert from the configured strategy.
- Copy your personal webhook URL from app.quantiva.live/account.
- Paste the webhook URL into the TradingView alert.
- Validate the first alerts in Demo or Paper before Live.
- Review webhook results and rejected payloads in your account workspace.
- Only move to Binance Live when mode, size, symbol, and risk are verified.
Webhook contractMinimum payload and mode validation
TradingView sends the alert to the personal webhook. Quantiva validates symbol, profile, and mode before allowing Demo, Paper, or Binance Live.
{
"symbol": "BTCUSDT",
"side": "LONG",
"execution_mode": "demo",
"profile": "binance_demo",
"risk_usdt": 50
}
Strategy access
How Quantiva Trades access is activated and used inside your TradingView account.
TradingView alert setup
How to configure the strategy, create your own alert, and use your personal webhook.
Webhook validation
Payload fields, execution_mode mapping, and mode checks before optional execution.
Execution modes
How Demo, Paper, Binance Live, Spot, Futures One-Way, and Futures Hedge stay separated.
Security boundaries
No custody, no withdrawal permissions, no exchange passwords, and revocable API keys.
Operations FAQ
Mode alignment, webhook errors, public vs private data scope, and account troubleshooting.
No custodyQuantiva does not touch your funds.No withdrawalsAPI keys do not require withdrawal permission.Revocable controlYou can delete webhooks and revoke Binance.