Login Page - Create Account

Support Board


Date/Time: Sat, 01 Feb 2025 02:11:53 +0000



Post From: Alert formula not working.

[2019-06-09 23:52:51]
mittalpa - Posts: 28
Hi,
This formula works
=AND(C>((H[-1]+L[-1])*0.5))

But if I modify formula with 0.51 instead of 0.5 all the color bars disappear
=AND(C>((H[-1]+L[-1])*0.51))

Is two decimal multiplication not supported in alert formulas? If not supported, what could be alternative?

Thanks