where I am using the below alert
((LastTradedPrice(‘NSE:PVR’)-1266) / 1226) >=23
in this case, 23 is the percentage and 1266 is my avg price… I am not sure why it’s not triggering
where I am using the below alert
((LastTradedPrice(‘NSE:PVR’)-1266) / 1226) >=23
in this case, 23 is the percentage and 1266 is my avg price… I am not sure why it’s not triggering
Can you try this.
LastTradedPrice(‘NSE:PVR’) >= (1226+(1226*23/100))