Login Page - Create Account

Support Board


Date/Time: Fri, 29 Mar 2024 09:04:42 +0000



[User Discussion] - Color Bar based on Alert Condition Code

View Count: 1147

[2014-01-15 00:17:19]
User26530 - Posts: 4
I need some help on a color bar based on alert condition where condition is:

Open of bar is equal to the low (of same bar) and close of bar is equal to high( of same bar) and bar size is > X.


Thanks,

Jeff
[2014-01-15 01:16:13]
Sawtooth - Posts: 3952
Try this formula:

=AND(O=L,C=H,H-L>TICKSIZE*x)

where x is the bar range in ticks.
[2014-01-15 01:39:22]
User26530 - Posts: 4
Works like a champ... Thanks!

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

Login

Login Page - Create Account