Gold Customer
Joined: 7/13/2007 Posts: 28
|
Hi,
I need help writing a PCF to Identify crossovers of the following formulas.
Formula 1 = C*2 - XAVGC50,XAVG50
Formula 2 = XAVGC10 - XAVGC22
I would appreciate it if you could supply PCF's For Crossovers of formula 1 Down Through formula 2
and formula 1 up through formula 2
Thanks,
Marty
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
I can't really help you. While both formulas technically use Price as the Scale, formula one will tend to cluster around Price while formula two will tend to cluster around zero. This means you really can't Plot them on the scale. In addition, I suspect you probably want:
2 * XAVGC50 - XAVG(XAVGC50,50)
Or:
2 * C - XAVG(XAVGC50,50)
Since:
C*2 - XAVGC50,XAVG50
Will just return the same results as:
C*2 - XAVGC50
You may wish to review the following:
PCF Formula Descriptions
-Bruce Personal Criteria Formulas TC2000 Support Articles
|