PureBytes Links
Trading Reference Links
|
Here's the code you requested.
Have a nice and profitable day .
-----Messaggio Originale-----
Da: Vandal <lazar223@xxxxxxxxxxx>
A: <omega-list@xxxxxxxxxx>; <code-list@xxxxxxxxxxxxx>
Data invio: luned́ 20 settembre 1999 2.37
Oggetto: Coppock Indicator
> 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.
>
Attachment Converted: "c:\eudora\attach\Coppock.ela"
|