Login Page - Create Account

Support Board


Date/Time: Fri, 10 Jan 2025 17:22:53 +0000



Post From: Color Bar based on Alert

[2016-09-16 17:45:33]
Crtfyd - Posts: 281
vs 1455

I have a study on Main graph "Color Bar based on Alert Condition" with "Value on High" as the Draw Style(ID32.SG1).

I have another study on Main graph "Color Bar based on Alert Condition" with "Value on Low" as Draw Style(ID17.SG!).

I wanted to have a 3rd study to Alert when these two studies values match.

So I did a third study on Main graph "Color Bar based on Alert Condition" with an "ARROW" as Draw study where they were equal(ID17.SG1 = ID32.SG1).

This doesn't work.
Is there something in the study coding recognizing the actual "value" where it only recognizes a "symbol" (in this case a value symbol)so this would not work?

_______________________

In other words. My first alert has a value noted on my Main graph of say (2115.75)on a High bar.
A little later my 2nd study notes on my Main graph (2115.75) on the Low of bar.
So the 3rd alert that references these two alerts "should" post an ARROW at the 2nd alert.
=AND (ID17.SG1 = ID32.SG1) Correct?