Reputation: 502
I have a bot installed here
https://mydomain/coin/trade.php
which can receive signal from Trading View webhook . I would send to my webhook trading view technical signals when the trading view 1 minute timeframe is a strong buy (as in the image below). Is it possible ? And how should I set the webhook link to send this signal ?.
Upvotes: 1
Views: 4428
Reputation: 1
You have to manually take a snap shot and then send the picture created using sendPhoto feature via api unless there is a link to the image already if you right click on the object and can extract the link the you can use send message feature via api.
Hope this helps
Upvotes: 0
Reputation: 6865
This has just been released: The New Built-in Pine Indicator — Technical Ratings
I think you can now build what you intended.
You can add alerts on them, which you can then send to your bot via webhooks.
Upvotes: 1
Reputation: 6865
Yes, this can be done.
You just need to setup an alert for your signal, and have it send a custom message to your webhook url https://mydomain/coin/trade.php
.
That custom message must be in a format that your bot can understand and process.
The message can be sent in plain text or JSON.
It's really very straightforward. See About webhooks.
You can also put variables into the alert message.
Some examples can be found in the Our New Alerts Allow for Dynamic Messages blog post.
Upvotes: 2