Login Page - Create Account

Support Board


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



Post From: Request for simple alert / bar coloring

[2016-06-11 15:37:11]
Sawtooth - Posts: 4120
Try this:
Put this formula in the Alerts tab of an instance of the Color Bar Based On Alert Condition study:
=AND(H<MAX(H[-1],H[-2]),L>MIN(L[-1],L[-2]))
This will color the price bar when it is inside the max H and min L of the previous 2 bars.

Drawing the 'triangle' lines is not possible with Simple Alerts.