Support Board
Date/Time: Sat, 12 Jul 2025 13:06:38 +0000
Post From: Request for simple alert / bar coloring
[2016-06-11 15:37:11] |
Sawtooth - Posts: 4238 |
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. |