TradingView Indicator Alert Modification

Job ID: 38508420

Budget: ₹600 – ₹1,500 INR

I need a TradingView indicator modified. It currently does not alert for specific technical indicator conditions, which is crucial for my trading strategy.

- The primary focus of these alerts should be on the Super Trend indicator.
- I want to be notified whenever there is a trend change (buy/sell signal).

Ideal skills for this task include:
- Proficient in TradingView and Pine Script.
- Strong understanding of the Super Trend indicator.
- Experience in modifying TradingView indicators to suit specific needs.

Alert in this format :
var alert_buy = "{ " + str.format('"signal" : "BUY", "symbol" : "{0}" , "strategy" : "rudhvik_2m" ', syminfo.root) + " }"
var alert_sell = "{ " + str.format('"signal" : "SELL", "symbol" : "{0}", "strategy" : "rudhvik_2m" ', syminfo.root) + " }"