PureBytes Links
Trading Reference Links
|
> Plot1(XAverage((Average(Close,22) /
> Average(Close[250],22)-1),150),"Coppock");
> Plot2(0,"Zero");
> IF CheckAlert Then Begin
> IF Plot1 Crosses Above Plot2 or Plot1 Crosses Below Plot2
> Then Alert = TRUE;
> End;
Works for me. I pasted
XAverage((Average(Close,22) / Average(Close[250],22)-1),150)
into the Custom 1 line indicator and it varies between about +/- .06 on
a 30 minute chart of the S&P. Check your scaling, style, colors,
subgraph etc. What it's good for, well that's another question. :-)
--
Dennis
|