Support Board
Date/Time: Sat, 23 Nov 2024 13:58:47 +0000
[Programming Help] - Crossover/Or
View Count: 114
[2024-08-23 08:25:23] |
Sargon Petros - Posts: 57 |
Hey there, Could someone share with me the correct formula in order to evaluate when any single subgraph has been triggered? I have a study that monitors price levels that are then published into different subgraphs. It works when I use =CROSSOVER(C, ID3.SG7) for a single one, but I'd like to add the others. Also if I wanted to trigger different alerts depending on which subgraph is triggered, is it possible to do this ? Not a huge deal if I cant. |
[2024-08-23 13:42:21] |
Sawtooth - Posts: 4118 |
Could someone share with me the correct formula in order to evaluate when any single subgraph has been triggered?
Try this example:=OR(CROSSOVER(C, ID3.SG7),CROSSOVER(C, ID3.SG8),CROSSOVER(C, ID3.SG9),CROSSOVER(C, ID3.SG10)) I wanted to trigger different alerts depending on which subgraph is triggered
You would need a separate instance of the Color Bar Based On Alert Condition study for each.
|
To post a message in this thread, you need to log in with your Sierra Chart account: