TradingView + AI

Your alerts fire. Anny decides if the market agrees.

Connect your PineScript strategies to 7 major exchanges. Anny adds AI-powered market validation — so your bot only trades when conditions are right. Setup in under 3 minutes.

Works withBinanceBybitOKXCoinbaseKrakenGate.ioKucoin

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.

COMING

Coming: pre-execution validation

AI evaluates each incoming signal against current market conditions. Opt-in for PRO+ members.

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%"
}

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 available on PRO ($19/mo) and PRO+ ($49/mo) plans. Includes unlimited bots, all exchanges, and AI-powered analytics.

View Pricing
80+ exchangesSpot + FuturesDCA layersAI analytics