Login Page - Create Account

Support Board


Date/Time: Fri, 29 Nov 2024 03:39:29 +0000



Post From: Color Bar by Alert Condition - Not Painting Over Bars

[2023-03-11 07:03:06]
User719512 - Posts: 267
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]
)
imageMACD-CBBOAC.png / V - Attached On 2023-03-11 07:00:51 UTC - Size: 6.16 KB - 71 views