I have written the following code in IndicatorA :
if(IndicatorB().DataSeriesB.ContainsValue(0) == true)
BarColor = Color.Blue;
if(IndicatorB.DataSeriesB.ContainsValue(0) == true)
BarColor = Color.Blue;
Does anyone know how to correct this problem?

Comment