Registered User Joined: 9/2/2006 Posts: 10
|
i am trying to make a pcf that uses three moving averages.
for example if 7 is greater than 13 and 7 and 13 are greater than 25 then true.
Any help would be appriciated.
|
Worden Trainer
Joined: 10/1/2004 Posts: 18,819
|
Try one of these:
All simple averages:
AVGC7> AVGC13 AND AVGC13>AVGC25
All Exponential averages:
XAVGC7> XAVGC13 AND XAVGC13>XAVGC25
Here is a post to look over: Moving Average PCF Templates
- Craig Here to Help!
|