How can i set negative value for DAY CHANGE PERCENT if i want to get notified if a particular stock’s price will drops -2% in that day?
1 Like
You can use below mentioned function.
Example:
DayChangePercent(‘NSE:HDFCBANK’) >= 2
Irrespective of the direction (up/down), if the price moves 2% up or down, you will be notified. Not possible to set direction on sentinel. You may try streak for the same.
You can use the below mentioned condition to implement this in Streak scanner
Timeframe: 1 min
Close (0) down by 2% from Close (1)