TradingView + AI

TradingView bots. Free.

Connect PineScript to 7 exchanges. Add AI optimization, backtesting, and risk management. Setup in 3 minutes.

Works withBinanceCoinbaseBybitOKXKrakenKuCoinGate.ioBitgetMEXCCrypto.com

Set up your TradingView webhook bot in 3 steps

STEP 01

Create a bot

Select TradingView as the strategy type. Configure your exchange, pair, and risk parameters.

STEP 02

Copy your webhook

Anny generates a unique webhook URL and JSON template. One click to copy both.

STEP 03

Paste in TradingView

Add the webhook URL to any TradingView alert. Trades execute automatically on every firing.

Most platforms just forward. Anny validates.

Your PineScript strategy fires when conditions match your rules. But what about the broader market? Anny is building an intelligence layer that checks regime context before executing β€” so your bot doesn't buy into a crash.

COMING

Anny Line regime awareness

Your bot gets market context from our proprietary trend indicator, not just blind signal forwarding.

LIVE

Ask Anny about performance

Chat with AI about your bot's historical trades, win rate, and drawdown β€” already live for PRO users.

LIVE

AI strategy optimizer

Diagnose losing patterns in your TradingView strategy. The Optimizer classifies every loss and suggests parameter fixes. Live for PRO users.

Webhook Payload Reference

Copy these JSON templates into your TradingView alert message field. Use {{ticker}} for dynamic symbol resolution.

Entry.json
{
  "symbol": "{{ticker}}",
  "type": "entry",
  "invest": "10%",
  "stopLoss": "2%",
  "targetProfit": "4%"
}

Beyond webhooks

Your TradingView strategy fires signals. Anny makes them smarter before they hit the exchange. See the full bot builder β†’

Backtest your TradingView strategy

Replay your webhook signals against historical data with real slippage, fees, and per-trade diagnostics.

Diagnose losing patterns

The AI Optimizer classifies every loss in your TradingView strategy: counter-trend entries, whipsaw zones, weak signals. Then suggests fixes.

Stress test before going live

Walk-forward analysis validates your strategy on unseen data. Get a confidence score from 0 to 100 and a regime breakdown before risking real capital.

Frequently asked questions

What can Anny do with a TradingView alert?

Anny receives your TradingView webhook, parses the JSON payload, and executes the trade on your connected exchange. It supports market entries, DCA layered entries, take-profit exits, stop-loss orders, and futures with leverage. Beyond execution, Anny adds risk management (position sizing, frequency control, allocation limits) and sends real-time notifications to Telegram or Discord.

What JSON format does the webhook accept?

The webhook accepts a JSON object with fields: symbol (use {{ticker}} for dynamic), type (entry/close), invest (percentage of balance), stopLoss, targetProfit, and optional DCA layers (entry1Price, entry1Percent, etc.). For futures, add account, leverage, side, and marginType fields. See the payload reference section above for complete examples.

Can I use DCA entries with TradingView?

Yes. Define up to 8 DCA layers in your webhook payload using entry1Price through entry8Price with corresponding percentage allocations. Each layer triggers at its specified price deviation from the entry point. The bot distributes your total investment across layers automatically.

Which exchanges support TradingView bots?

All 7 exchanges supported by Anny work with TradingView webhooks: Binance, Bybit, OKX, Kraken, Coinbase, KuCoin, and Gate.io. Both spot and futures markets are supported where the exchange allows it.

Is it possible to send exit alerts?

Yes. Send a webhook with type set to close and the symbol field matching your open position. Anny will market-sell the full position. You can also send partial exits or let Anny handle exits automatically via trailing stop-loss and take-profit targets defined in your bot configuration.

How does Anny's AI validation work with TradingView?

Anny is building an AI regime-awareness layer that evaluates market conditions before executing your webhook signals. Using the Anny Line indicator and technical analysis (RSI, MACD, ADX), the system can identify unfavorable market regimes and pause execution until conditions improve. This feature is currently in development β€” join PRO+ to get early access when it launches.

Start automating your TradingView strategies

TradingView webhook bots are free. PRO unlocks AI optimization, walk-forward, and unlimited Ask Anny.

Start free
7 exchangesSpot + FuturesDCA layersAI analyticsFull bot builder β†’