Above the dotted line, I have pasted an AFL Plot  that works great.
The aqua plot color changes color correctly when a cross occurs.

Below the dotted line is an AFL Plot that I would like to have, but it will
not work.

I would  be appreciate it  if a code guru would change this plot statement
so that it still

changes color, but also changes the style from line to dots.  Ron D

tXa=Cross(t,a);    aXt=Cross(a,t);

Plot(yFe50,"a",IIf(tXa,colorRed,IIf(aXt,colorRed,colorAqua)),styleThick);
------------------------------------------------------------------------------------
Plot(yFe50,"a",IIf(tXa,colorRed|styleDots,IIf(aXt,colorWhite|styleDots,colorAqua)),styleThick);

Reply via email to