Skip to main content

Analyse your TradingView

How to set up and receive events from TradingView

TradingView Alerts refer to immediate notifications that are generated when your customized market criteria are met. To receive these alerts and stay updated in real-time on Cyborg's website and app, here's a comprehensive guide on how to set up alerts on TradingView.

Notes:

  • To access this feature, you need to upgrade to TradingView Pro.
  • It's important not to share your webhook URL with others to avoid receiving false messages
  • All TradingView alerts are sent based on the user's settings and are not related to the Cyborg platform

Step 1: Get your Cyborg webhook URL:

You can do this in one of two ways:

a. From the "New Flow" Button

  • After filling out your New Flow details popup you will see the following window
  • Please click on Copy for the Cyborg webhook URL.
tv_tutorial1

b. From the "View Webhook" Menu

  • Go to the Flows page, and click the three dots icon on the right of your desired flow.
  • From the menu, select View Webhook.
  • Click the Copy button below the webhook URL to copy your webhook.

Note: Please make sure to copy our required JSON format, which can be found via clicking the View Webhook button, below the webhook URL.

tv_tutorial2

Step 2: Set alerts on TradingView via your Cyborg webhook URL.

We can create a couple of differrent types of alerts, including but not limited to Price, Indicator, and Strategy alerts.

a. Price Alerts

  • Click on Alert in the navigation bar.
  • Set your alert preferences in the Create Alert window, including trigger price, trigger frequency, expiration time, alert notification channel, message and more.
  • Paste the required JSON into the message input.
  • Paste the required webhook into the webhook URL in the notifications tab.
  • Please make sure all of the information you’ve entered is correct, then click on Create.
tv_tutorial3tv_tutorial4

Your price alert has now been created.

You can view your alert history, modify your alert parameters and stop your alerts via the alert menu on to the right.

tv_tutorial5

b. Indicator Alerts

  • Click on Indicators in the navigation bar.
  • In the resulting menu, click on your desired indicator to add it to your chart.
tv_tutorial6
  • Right click on your Chart.
  • Select your indicator and desired parameters in the alert menu and click Create.
tv_tutorial7

c. Strategy Alerts

Using TradingView's PineScript scripting language, you can make sophisticated trading strategies and set alerts on them.

  • Click on the Pine Editor tab at the bottom of the TradingView interface.
  • You can find pre-made strategies at https://www.tradingview.com/scripts/.
  • Alternatively, you can write your own strategies, following the PineScript documentation found here.
tv_tutorial8
  • Click the Save button.
  • Go to the Strategy Tester tab, located next to the Pine Editor tab.
  • Press the alarm clock icon to add an alert to this strategy.
tv_tutorial8

Once set up, every time an alert triggers it will be automatically and immediately sent to Cyborg for analysis.

On Cyborg, you can view the history of your alerts on the Home page. They can be filtered by flow, start time and end time and analytics such as RVOL, turnover, returns and volatility.

tv_tutorial10

Congratulations, you have now set up a flow and received events from TradingView. Once you have received a few events, you will be ready to analyse your flow.

Please see here to learn how to connect a channel to your flow, and here to learn about how to analyse and evaluate your strategy.