TradingView Action Block
The TradingView Action Block enables you to retrieve chart data, technical analysis signals, and market information from TradingView within your workflows.
⚠️
Requires TradingView API access or webhook configuration. Some features may require a TradingView paid plan.
Supported Actions
- Get Technical Analysis - Retrieve buy/sell/neutral signals based on technical indicators.
- Get Chart Data - Fetch OHLCV (Open, High, Low, Close, Volume) candlestick data.
- Get Symbol Info - Retrieve instrument details, exchange, and sector information.
- Receive Alert - Process incoming TradingView webhook alerts.
- Get Screener Data - Fetch stocks matching specific technical or fundamental criteria.
Configuration
- Symbol - Trading symbol (e.g.,
NASDAQ:AAPL,BINANCE:BTCUSDT). - Interval - Timeframe for analysis (1m, 5m, 1h, 1D, 1W, 1M).
- Webhook URL - Endpoint for receiving TradingView alerts.
- Screener Filters - Criteria for the stock screener.
Use Cases
- Trigger trading workflows based on TradingView alert webhooks.
- Build a market analysis chatbot that provides technical signals on demand.
- Screen stocks based on technical indicators and send filtered results to your team.