Plot(MA(C, 5), "Test", IIf(C > Ref(C, -1), colorGreen, IIf(C < Ref(C, - 1), colorDarkRed, colorDefault)));
Mike --- In [email protected], "ct1942" <[EMAIL PROTECTED]> wrote: > > I'm not adept at writing IFF formulas. I'm wanting a colored MA that > is green if its going up and red if it's going down. Can someone help? > > Thanks >
