Login Page - Create Account

Support Board


Date/Time: Wed, 05 Feb 2025 17:05:39 +0000



Post From: Alert Identifier to Reference Chart Time Frame or Tick Value

[2025-01-15 22:02:17]
CoCoHimself - Posts: 14
Awesome! I pulled it together. So for others that may come across this my setup is this:

ID1 - Bollinger Bands
ID2 - Color Bar Based On Alert Condition
ID3 - Spreedsheet Study

I wanted to color the outline of my candles when the Bands started to get tight which on the 2k chart I liked a difference of less then 4. So in the color bar study: =ID1.SG1 - ID1.SG3 < 4

On the Spreedsheet as John stated I added $J$37

Now to add that into the alert formula on the Color bar study:
=AND(ID1.SG1 - ID1.SG3 < 4,
ID3.SG1 = 2000)


...and then add the others because different charts have the bands at different widths.

=OR(
AND(ID1.SG1 - ID1.SG3 < 4,
ID3.SG1 = 2000),
AND(ID1.SG1 - ID1.SG3 < 3.5,
ID3.SG1 = 1000),
AND(ID1.SG1 - ID1.SG3 < 3,
ID3.SG1 = 500)
)


Boom-shaka-laka thanks again!
Date Time Of Last Edit: 2025-01-15 22:10:28