Weekly High or Low Alert in Sentinel

Hello,
Please guide me how to write code in sentinel for weekly High or Low price alert for any given stock.
Thank U.

Weekly high/low function is not available. You can refer all available functions here.

1 Like

Hello
LastTradedPrice(‘NSE:CONCOR’)>LowPrice(‘NSE:CONCOR’)*1.05 && Timestamp()>= DateString(‘2020-08-06’) && Timestamp()<= DateString(‘2020-08-13’)
Is the above coding is correct?

Alternatively, you can try using Basic Trigger and use previous Week’s High - Low price as triggers.

Example:-

Hello,
Does weekly High & Low Alerts are possible in streak scanners, does streak scanners gives sound alert?
Thank U.

Hello
Thanks for ur reply.
Thank U.