[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Coppock Indicator



PureBytes Links

Trading Reference Links

Does anyone have the code for the Coppock indicator. I have some code
but it doesn't work. It is invisible on the chart. Here is the code:

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;

If anyone can use this to figure out how to make this code work then
thank you.
Thanks in advance.