Test Tradingview strategy alert
After server setup is done, this guide shows how to test you can receive strategy alert from Tradingview and execute order
Last updated
After server setup is done, this guide shows how to test you can receive strategy alert from Tradingview and execute order
Last updated
On the Tradingview website, select BINANCE:BTCPERP(or whatever ticker your want) and set the time interval to 1 minute.
2. Open "Pine Editor" tab and paste the following script after deleting shown original script. Then click "Add to chart"
3. Click Alert button
4. At Create alert popup, Set “Webhook URL” and “Message” and click “Create”
Webhook URL: HTTPS endpoint URL got in Running on local PC or Run on cloud service
Message: paste the following code
dYdX v3:
dYdX v4:
Perpetual Protocol:
GMX:
This alert is triggered every minute and creates a buy/sell order alternately.
You can check if an order is executed on the exchange you selected after the first alert is triggered.