Tutorial:Trading View Automation on Delta Exchange

Modified on Wed, 05 Jun 2024 at 02:31 PM


Follow these steps to create a webhook for tradingview


     1. Visit the TradingBot Page through the header.

         (If you haven’t set up 2FA on your account you won’t be able to use signal trading. For more details:   https://www.delta.exchange/blog/support/faqs-on-2fa )


     2. Enter a name for your Webhook, select the account on which you want trades to be executed. Click the check box to acknowledge you understand the risks and click Create Webhook.

   


3. Enter OTPs and click Submit. Check your inbox for email OTP and your authenticator app for 2FA Code.


4. Once you click submit, you will see a message and a Webhook URL in a new popup. Copy the message using the copy button.


5. Open TradingView in a new tab and open the chart showing the symbol you want to trade. You can add the strategy you want to trade from Indicators > Technical > on this chart. Strategies as shown in the screenshot



6. Once you have applied the strategy to the chart, you will be able to see its results on the strategy tester panel.


7.The next step is to configure the order sizing parameters. Click the Settings Button to configure your strategy.


8. Go to the Properties page and configure your order size. In this example, I’ll set it to 100 Contracts, and since I am trading BTCUSDT, 100 contracts = 0.1 BTC on Delta Exchange.


9.Copy the message from the popup on Delta Exchange, it would look something like this: {"symbol":"{{ticker}}", "side":"{{strategy.order.action}}", "qty": {{strategy.order.contracts}}, "trigger_time":"{{timenow}}"}


10.Click on the add alert button and paste the message in the message box.




11. Move to the Notifications tab and paste the webhook URL

      


12. Click on Create Button and you are all set! Wait for the strategy to trigger a trade and it will be executed on your Delta Exchange account!



Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article