Login Page - Create Account

Support Board


Date/Time: Fri, 03 May 2024 12:02:23 +0000



Post From: Colour Bar alert question

[2018-01-23 15:40:33]
samual sprat - Posts: 343
Hi,

I've got colour bar alerts which use simple alert formulas. They reference a future bar condition. I'm finding that when I load the study that contains it then it calculates all bars on the chart that meet the criteria, but it doesn't work in realtime. Is there a way to do this in realtime? FYI this is an example of the script i'm using, it checks for inside bars and colours the inside bar

=AND(
H[1]<H, L[1]>L,
H[2]<H, L[2]>L,
)

Thanks
S