Right now, if NIFTY trades at 22500 and I set an alert by typing in ONLY 21500, it throws an error saying NIFTY is already above 21500 since the comparison operator is “greater than or equal to” by default?
if the system knows that, why can’t it automatically change it to “lesser than or equal to”? We need a plain “crosses” operator and that should be the default. While we’re on the subject, does anyone actually use “equal to” comparison operator?
Automatically system should not correct, sometimes by mistake also users can give input, it can act like a double check in some cases, user only should do.
Yes, we have user who uses it. Its just not LTP there are many other parameters where users use it for.