Sentinel is a platform that allows you create real-time market alerts. You can create basic market alerts based on conditions such as price, volume, quantity and open interest. You can also scrip advanced alerts using operators. For example
LastTradedPrice('NSE:RELIANCE')>=976 && OpenPrice('NSE:ACC')<=1500
&& AverageTradePrice('NSE:ASHOKLEY')>=180
In this case, an alert will be triggered if the last traded price (LTP) of Reliance is greater than or equal to Rs.976 and the open price of ACC is lesser than or equal to Rs.1500 and the average trade price (ATP) of Ashok Leyland is greater than or equal to Rs.180. You can learn more about attributes and operators here.
You can post queries related to the usage of the platform and help with scripting conditions.
Note: This category is not meant for support related queries but rather for general queries and discussions on scripting triggers. For support related queries and feedback, you cna create a ticket here.