Market Open Price

Dear frnds,

Please create code for sentinel advance trigger for the following condition.
Ex:-
SYMBOL: SBIN
NSE EQ

PREV. CLOSE : 300.45
Market Open Price : 3004.00
High : 310.35
Low : 303.30
Cose : 308.00

Here I would like to get notification from sentinel that when the Maket Open Price (304) will go up by 2% (6.08) >= 310.08 I want to get the notification. Please give me a sentinel advance trigger code for this… ( code should be in percentage based)

Thank you.

This should work

((LastTradedPrice('NSE:SBIN') / OpenPrice('NSE:SBIN')) - 1) * 100 >= 2

This basically means when LTP of SBIN is greater than Open of SBIN by 2%, you will get an alert.

1 Like

Thank you @mrkaran
Let me check this…

Dear @mrkaran

I tried the trigger code you provided but the provided code i got trigged during the market open time ( all stocks alert i got at a time… Please modify it and try to send please. Thanks…

On which date did use this alert?

1 Like

For 30th of August I tried for 4 stocks. All trigger notifications I got exactly 9:30AM.

Dear @Bhuvan

Please try to do something for the requested trigger. Still waiting… My sentinel Pro two months package is going to waste if I do not get this code. Because I purchased this plan for requested alert only.