Alert when nifty corrects by 1%

Hi All,

I have created the following alert to tell me that NIFTY 100 is down by 1% today:
“Alert me when DayChangePercent of INDICES:NIFTY 100 is <= -1.0000”

Is this the correct alert condition? If not, please suggest.

You can use the below function:

DayChangePercent(‘INDICES: NIFTY 100’ ) >=1

This will generate an alert if Nifty 100 goes up/down 1%. It is not possible to set direction on Sentinel.

1 Like

To add to the above answer, in case you don’t want to utilize Advance Triggers, then the condition will look something like this -