Support Board
Date/Time: Tue, 22 Apr 2025 18:51:55 +0000
Post From: Color Bar by Alert Condition - Not Painting Over Bars
[2023-03-11 07:03:06] |
User719512 - Posts: 309 |
You need 4 CBBOAC studies. Set MACD SG3 to Ignore For each CBBOAC study: Based On: MACD ID:1 Chart Region 2 In4: Study Subgraph Reference In8: MACD Diff In15: ID1.SG3 SG1, Draw Style: Bar, Width 8 (or whatever), desired color Alert Formulas (one for each CBBOAC): and( ID1.SG3[0] < 0, ID1.SG3[0] < ID1.SG3[-1] ) and( ID1.SG3[0] < 0, ID1.SG3[0] >= ID1.SG3[-1] ) and( ID1.SG3[0] > 0, ID1.SG3[0] > ID1.SG3[-1] ) and( ID1.SG3[0] > 0, ID1.SG3[0] <= ID1.SG3[-1] ) |
![]() |