Anand
Anand

Reputation: 17

How to get buy, sell and exit alerts from TradingView strategies?

How to get buy, sell and exit alerts from TradingView strategies?

My algo trading API provider (Tratetron.tech) requires SEPERATE alerts for buy, sell and exit for its condition builder. How to get these different alerts from our own Pine Script strategies?

Secondly, there are many inbuilt Strategies listed in TradingView. How to get these different alerts from these strategies?

Upvotes: -1

Views: 475

Answers (1)

vitruvius
vitruvius

Reputation: 21342

There are some placeholders for alert messages as explained here.

However, these will not be sufficient when you want to automate the trades or when you need to have specific alert messages. To handle those alerts, you need to modify the script and prepare the alert messages there.

Upvotes: -1

Related Questions