Articles on: 3rd Party Integrations

Why Are My TradingView Signals Not Triggering Trades?

Step 1: First, Verify Whether Tradetron Is Receiving the Signal

Before assuming something is broken, the first thing to check is whether Tradetron is actually receiving the signals from TradingView at all. To do this, you need to check the Runtime Data on your deployed strategy page.

Important: Runtime Data is only visible when your strategy is in Live Entered mode. This means you need to first get your strategy into an entered state before you can see the runtime variables.

To do this without risking real capital, switch your strategy to Paper Trade or Live Offline mode and take a Force Entry.

👉 To learn how to take a Force Entry, follow this guide: Why Is My Strategy Not Taking Trades — Force Entry Guide



Step 2: Check the Runtime Data


Once you have taken a Force Entry and your strategy is in Live Entered mode, go to the Runtime Data section on your deployed strategy page.

Now trigger your TradingView alert and check if your TradingView variable and its value appear in the Runtime Data.

If you can see your TradingView variable and its output in the Runtime Data, it means the connection between TradingView and Tradetron is working correctly. There is no issue with the integration. In this case, the problem lies in your Tradetron conditions. Review your condition builder carefully to make sure the logic is correct and the values being compared match what TradingView is sending.

If you cannot see your TradingView variable in the Runtime Data, it means Tradetron is not receiving the signal from TradingView. Move on to Step 3.


Step 3: Check Your TradingView Integration Setup

I

f the signal is not reaching Tradetron, the issue is likely in how the webhook or JSON message is configured in TradingView. Some common mistakes people make include:

  • Incorrect JSON format in the TradingView alert message
  • Wrong or expired API token
  • Incorrect webhook URL

Please review your integration setup carefully and make sure everything is correctly formatted.

👉 For correct integration steps and examples, refer to our integration guide: How to Connect TradingView Strategies with Tradetron



Step 4: Run Your Strategy in Hybrid Mode


If you are using Tradetron's keyword-based logic such as Stoploss and Target logic inside Tradetron while also receiving signals from TradingView, it is recommended to run your strategy in Hybrid Mode for smooth execution.

👉 To understand what Hybrid Mode is and how to enable it, read this guide:*** What Is Hybrid Mode in API OAuth




Updated on: 28/05/2026

Was this article helpful?

Share your feedback

Cancel

Thank you!