Support Board
Date/Time: Sun, 19 Jan 2025 15:22:13 +0000
Post From: color coded bars
[2018-04-06 04:04:03] |
User28682 - Posts: 233 |
Thanks, I would like to mark a bar when the previous bar closes in the lower 25% of its range(bar) AND the current bar closes in the top 25% of its range. After looking at your examples, would this formula work: (C[1]-L[1])/ABS(H[1]-L[1])< .25 AND (C-L)/ABS(H-L)> .75 so the marker or bar that gets color coded would be the second of the two bars in the test after all is true If this formula is OK, would it go in the "input" on the main graph? Thanks! |