Gold Customer
Joined: 10/7/2004 Posts: 98
|
Hi Bruce,
I need a pcf.
In chart edit: as follows:
MACD 3,6,3 exponential-- unchecked
ROC1 white normal
MA 4 simple white dotted
The pcf for the cross-up of a rate of change 1 of a macd 3,6,3 exponential of its 4 simple moving average. ie.The white line crossing the dotted line
Thanks,
ct2k
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
I'm going to assume the unchecked refers to Plot MACD as Histogram as Visible being unchecked would not affect the calculations.
4 * XAVG(XAVGC6.1,3) + 3 * XAVG(XAVGC3,3) + XAVG(XAVGC3.4,3) > 4 * XAVG(XAVGC3.1,3) + 3 * XAVG(XAVGC6,3) + XAVG(XAVGC6.4,3) AND 4 * XAVG(XAVGC6.2,3) + 3 * XAVG(XAVGC3.1,3) + XAVG(XAVGC3.5,3) <= 4 * XAVG(XAVGC3.2,3) + 3 * XAVG(XAVGC6.1,3) + XAVG(XAVGC6.5,3)
How to create a Personal Criteria Forumula (PCF)
PCF Formula Descriptions
Handy PCF example formulas to help you learn the syntax of PCFs!
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
Gold Customer
Joined: 10/7/2004 Posts: 98
|
That is correct and thank you Bruce for your help,
ct2k
|
Gold Customer
Joined: 10/7/2004 Posts: 98
|
Hi Bruce,
I need a pcf.
In chart edit: as follows:
MACD 3,6,3 exponential-- unchecked
ROC1 white normal
The pcf for the cross-up and cross-down of a rate of change 1 thru a macd 3,6,3 exponential crossing the macd mid line which I believe is a 0 line.
The formula you did in Dec 08, 2010 works fine for crossing the moving average. Now I need just the roc crossing the mid line both up and down 2 pcf's.
Thanks,
ct2k
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
A Condition Formula for the ROC1 of Exponential MACD 3,6,3 Signal Line crossing up through zero can be written as:
XAVG(XAVGC3,3) + XAVG(XAVGC6.1,3) > XAVG(XAVGC6,3) + XAVG(XAVGC3.1,3) AND XAVG(XAVGC3.1,3) + XAVG(XAVGC6.2,3) <= XAVG(XAVGC6.1,3) + XAVG(XAVGC3.2,3)
A Condition Formula for the ROC1 of Exponential MACD 3,6,3 Signal Line crossing down through zero can be written as:
XAVG(XAVGC3,3) + XAVG(XAVGC6.1,3) < XAVG(XAVGC6,3) + XAVG(XAVGC3.1,3) AND XAVG(XAVGC3.1,3) + XAVG(XAVGC6.2,3) >= XAVG(XAVGC6.1,3) + XAVG(XAVGC3.2,3)
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
Gold Customer
Joined: 10/7/2004 Posts: 98
|
Thanks Bruce,
ct2k
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You're welcome.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|