Login Page - Create Account

Support Board


Date/Time: Fri, 22 Nov 2024 22:41:34 +0000



a color alert based on condition between Renko and CVD

View Count: 191

[2024-09-16 10:36:58]
Misanirina - Posts: 39
hi, i would like to have a color alert based on condition between Renko and CVD.

If the renko bar green close and the red brick of the CVD (ID6), i would like a color alert. I tried this formula " =AND(C > O, ID6.SG4 < 0)" but it don't work because i think it use the "value" reference and not the red CVD brick....

thanks
image6.JPG / V - Attached On 2024-09-16 10:36:54 UTC - Size: 9.12 KB - 37 views
[2024-09-16 11:51:36]
User907968 - Posts: 823
Try this:

=AND(ID0.SG23>ID0.SG22,ID6.SG4<ID6.SG1)

ID0.SG23>ID0.SG22 means green renko
ID6.SG4<ID6.SG1 mean red CVD
[2024-09-16 16:45:48]
Misanirina - Posts: 39
Thanks its work for now
[2024-09-17 19:17:28]
Misanirina - Posts: 39
Now Its possible to add some value too ? I would like the same formula but with (less than -100) for the red delta CVD and (up than 100) for the blue delta cvd.

Thanks
[2024-09-18 15:54:12]
Misanirina - Posts: 39
?
[2024-09-18 17:20:15]
John - SC Support - Posts: 36238
Given your original post, we do not understand what exactly you are wanting to add to what. The formula given to you is for a Green Renko Brick with a Red Cumulative Delta bar.

Also, we do not know what value you are wanting to test against a +/- 100 in the CVD (Open, High, Low, or Close). We are also not sure which study you are referring to as "CVD" - we think it is the "Cumulative Delta Bars - Volume", which we would expect to be shortened to "CDV", but this could also be the "Cumulative Daily Volume", but there is no study that has the initials of CVD.

And if it is a Cumulative study, then a value of +/- 100 does not really make sense, as the values will be continually increasing throughout the day. So you need to think about what it is exactly you are wanting to test against.
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2024-09-19 14:54:57]
Misanirina - Posts: 39
When i talked about +/- 100 its the "delta" (see the picture in attach).
image6.JPG / V - Attached On 2024-09-19 14:54:36 UTC - Size: 16.65 KB - 34 views
[2024-09-19 15:25:57]
John - SC Support - Posts: 36238
The following adds the condition that the Delta from the Numbers Bars Calculated Values study is less than -100:
=AND(ID0.SG23>ID0.SG22,ID6.SG4<ID6.SG1, ID1.SG1 < -100)

Where ID1 is the ID of the Numbers Bars Calculated Values study.
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account