The “TradingView Strategy” start condition allows you to launch and manage bots based on strategy signals generated directly in TradingView. By combining strategy alerts with placeholders, you can automatically pass dynamic data such as order action, price, and position size to your bot.
How Create Signal Bot and Automate TradingView Strategy
Go to the Signal Bot tab and press Create Bot.
Fill in all fields in General section and choose TradingView Strategy as a Bot start condition.
Decide whether you want to insert Max Capital limit and press Create Bot. You will see the following window with Webhook URL and placeholders:
Leave the window opened and go to the TradingView's Supercharts. Click Indicators and select your strategy.
Once strategy is applied to the chart, choose Trading pair and the Timeframe.
Adjust your strategy Inputs and Properties, then press Ok.
Open Alert and select your strategy in the Condition field.
Open the Message tab, enter an Alert name, then copy the TradingView Strategy JSON from the Signal Bot window and paste it into the TradingView alert Message field.
Go to the Notifications tab and insert Webhook URL from the Signal bot - https://wtalerts.com/bot/trading_view_strategy . Click Create to finish the process.
Your bot is now fully connected to TradingView and ready to execute trades automatically based on your strategy signals. Whenever the strategy triggers an alert, TradingView will send the webhook message with the configured placeholders, allowing the bot to receive accurate, real-time order data.
Before running the bot in live conditions, we strongly recommend testing the setup on a demo account or with minimal capital to ensure everything works as expected. Double-check your strategy settings, alert configuration, and placeholder values to avoid execution errors.
Once verified, your automated workflow will run continuously, requiring no manual intervention.
You can always check and research your signals in the TV Logs and the Signal Bot logs:













