Registered User Joined: 10/7/2004 Posts: 30
|
Hi,
I need help writing a PCF which will work on Weekly data.
If it was using Daily data, the PCF would look like this;
(C < C1) AND (C1 < C2) AND (C2 < C3) AND (C3 < C4)
How would I use scan for the same pattern on weekly data ?
Thanks for your suggestions.
|
Registered User Joined: 1/28/2005 Posts: 6,049
|
Try:
(C < C5) AND (C5 < C10) AND (C10 < C15) AND (C15 < C20)
Thanks
diceman
|