Login Page - Create Account

Support Board


Date/Time: Tue, 26 Nov 2024 06:52:16 +0000



Post From: Request for simple alert / bar coloring

[2016-06-13 12:05:14]
Sawtooth - Posts: 4120
The pic shows that the colored bar is within the max H and min L of the previous 2 bars. Is this not the criteria?

If you want to include a 3rd previous bar:
=AND(H<MAX(H[-1],H[-2],H[-3]),L>MIN(L[-1],L[-2],L[-3]))