Login Page - Create Account

Support Board


Date/Time: Thu, 09 May 2024 19:30:11 +0000



Post From: How to create alert background condition with one subgraphs or none

[2018-02-02 19:18:32]
Sawtooth - Posts: 3993
Color bar studies only have one subgraph and its output is based on the formula on the Alerts tab.

While the CPF study does not allow changes to subgraph Draw Styles, the subgraphs do output a value >0 when TRUE.
Use a formula like this in the Color bar study's Alerts tab:
=ID2.SG2>0
where the CPF study is ID2.

The NBCV study's SG14 outputs positive and negative values. If you want to combine positive values with up bars, use a formula like this in the Color bar study's Alerts tab:
AND(ID1.SG14>0,C>O)
where the NBCV study is ID1.