Login Page - Create Account

Support Board


Date/Time: Thu, 21 Nov 2024 22:31:26 +0000



Colour bar based on alert condition

View Count: 90

[2024-11-03 10:27:54]
User585104 - Posts: 142
Hi,

I'm trying to set an alert up that will ping when a bar closes (for longs) within the top 10% of its range and when it is above an ema.

I came up with this: C >= H - 0.10 * (H - L)>ID4.SG1

Which kind of half works. Can anyone assist as to what I need to change to make it work as expected?

Thanks
[2024-11-03 13:51:41]
User224654 - Posts: 18
Please try:

=C > ID4.SG1 AND C >= L + 0.9 * (H - L)
[2024-11-03 14:01:12]
User431178 - Posts: 537

Please try:

=C > ID4.SG1 AND C >= L + 0.9 * (H - L)

You mean =AND(C>ID4.SG1,C>=L+0.9*(H - L))
[2024-11-03 14:06:40]
User585104 - Posts: 142
Hi there!

Yep thanks User431178 that is correct!

Thank you'll!

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account