Login Page - Create Account

Support Board


Date/Time: Fri, 07 Feb 2025 15:21:05 +0000



Post From: Delta Bars on a Range Chart

[2022-05-25 12:59:12]
Sawtooth - Posts: 4173
Try this:

1. Add the Color Bar Based On Alert Condition study, and move it below the Ask/Bid Volume Difference Bars study.
- Set the Based On to the Ask/Bid Volume Difference Bars study.
- Set the Chart Region to the same as the Ask/Bid Volume Difference Bars study.
- On the Subgraphs tab, set the Color Bar color to green.
- Use a formula like this on the Alerts tab:
=AND(C<O,ID1.SG4>0)
where ID1 is the Ask/Bid Volume Difference Bars study.

2. Duplicate the color bar study.
- On the Subgraphs tab, set the Color Bar color to red.
- Use a formula like this on the Alerts tab:
=AND(C>O,ID1.SG4<0)

3. In the Ask/Bid Volume Difference Bars study's settings, Subgraphs tab:
- Set all 4 SGs to the same color as the chart background.
This will hide the bars you don't want to see.