Help Center
You don't need a bot to use AlphaVault strategies. The simplest way to get started is to trade manually:
The bot setup guide below is for traders who want to automate this process. It requires some technical knowledge. Manual trading is perfectly valid and many subscribers trade this way.
Once you have an AlphaVault indicator on your chart, create an alert that fires on BUY/SELL signals.
TradingView sends an HTTP POST to any URL when your alert fires. This is how your exchange bot receives signals.
{{strategy.order.action}} is filled automatically by TradingView with "buy" or "sell".
AlphaVault strategies work on any exchange that supports API trading. Several major exchanges support TradingView webhooks natively.
Binance
Most popularAccount → API Management → Create API. Enable Futures trading for leverage. Binance also has a native Trading Bots tab with signal bot support.
KuCoin
Native webhook supportAccount → API Keys → Create API. KuCoin's Signal Bot (under Trading Bots) accepts TradingView webhooks directly — no third-party tool needed. Create a Signal Bot, copy the webhook URL, paste into your alert.
Bybit
Low feesAccount → API Management → Create API. Bybit's Signal Bot (under Trading Bots) supports TradingView webhook alerts out of the box.
MEXC
Popular for futuresAccount → API Management → Create New API Key. Grant trading permissions only. Use a self-hosted script or 3Commas to connect TradingView alerts to MEXC's API.
OKX
Advanced tradersAccount → API Keys → Create API. OKX supports TradingView webhooks natively via Signal Trading — set up a strategy, get a webhook URL, paste directly into your alert.
Your bot needs API keys to place orders. Set them up securely:
Never give withdrawal permissions to a bot API key. If the key is compromised, an attacker can only trade — not drain your funds.
Always test with small amounts or paper trading first.
Settings Guide
Each strategy has its own set of inputs, explained via tooltips directly in TradingView. Hover over any input name in the strategy settings panel to see what it controls and how it affects behaviour.
The defaults are already optimised to match the published backtest — you don't need to change anything to replicate the results.
If you do adjust inputs, change one thing at a time and re-run the backtest on the same date range before trading live. Loosening filters to generate more trades almost always increases commission drag and hurts net PnL.
The fighter page for each strategy lists its entry and exit logic — use that as your reference for understanding what each input group controls.
Everything you need to know before entering the Arena.