Welcome Guest, please sign in to participate in a discussion. | Search | Active Topics | |
Registered User Joined: 10/1/2006 Posts: 2
|
Does anyone know how to create a PCFs based on the PPO over at stockcharts? The link below explains the concept (it's about halfway down the page).
(URL removed by Moderator)
Thanks!
|
|
Registered User Joined: 1/28/2005 Posts: 6,049
|
My guess would be:
APO=:
XAVGC10-XAVGC30
-----------------------
PPO=:
((XAVGC10-XAVGC30)/XAVGC30)*100
---------------------------
If you plot this as a custom indicator be sure to check center zero line.
Thanks diceman
|
|
Worden Trainer
Joined: 10/1/2004 Posts: 18,819
|
APO is just MACD
Please watch this video (and check out the PCF templates under it)
Understanding MACD
PPO is:
(XAVGC10-XAVGC30)/XAVGC30
- Craig Here to Help!
|
|
Registered User Joined: 10/1/2006 Posts: 2
|
I don't think I was clear enough. Here is what I am trying to do. I want to have a chart that shows me the PPO(12,26) and compare that to the 9EMA. I'd then like to run a scan that indicate to me cross-overs of the two lines.
Thanks for all your help. I am new to telecharts and am trying to jump right in.
|
|
Worden Trainer
Joined: 10/1/2004 Posts: 18,819
|
To Chart:
Review this short video: Plotting Custom Indicators with Examples
Create a Custom Indicator using the PPO formula provided above:
(XAVGC12-XAVGC26)/XAVGC26
Be sure to use the Center Zero Line option. Once plotted, you can edit the chart and add a 9ema to your Custom Indicator
Here are some more videos to review:
Customize your charts using Chart Templates
Adding, removing and saving indicators to a chart template
Now for your PCF:
PPO cross up 9ema: ((XAVGC12-XAVGC26)/XAVGC26) > 0.203668974062784 * (((XAVGC12-XAVGC26)/XAVGC26) + 8 / 10 * (((XAVGC12.1-XAVGC26.1)/XAVGC26.1) + 8 / 10 * (((XAVGC12.2-XAVGC26.2)/XAVGC26.2) + 8 / 10 * (((XAVGC12.3-XAVGC26.3)/XAVGC26.3) + 8 / 10 * (((XAVGC12.4-XAVGC26.4)/XAVGC26.4) + 8 / 10 * (((XAVGC12.5-XAVGC26.5)/XAVGC26.5) + 8 / 10 * (((XAVGC12.6-XAVGC26.6)/XAVGC26.6) + 8 / 10 * (((XAVGC12.7-XAVGC26.7)/XAVGC26.7) + 8 / 10 * (((XAVGC12.8-XAVGC26.8)/XAVGC26.8) + 8 / 10 * (((XAVGC12.9-XAVGC26.9)/XAVGC26.9) + 8 / 10 * (((XAVGC12.10-XAVGC26.10)/XAVGC26.10) + 8 / 10 * (((XAVGC12.11-XAVGC26.11)/XAVGC26.11) + 8 / 10 * (((XAVGC12.12-XAVGC26.12)/XAVGC26.12) + 8 / 10 * (((XAVGC12.13-XAVGC26.13)/XAVGC26.13) + 8 / 10 * (((XAVGC12.14-XAVGC26.14)/XAVGC26.14) + 8 / 10 * (((XAVGC12.15-XAVGC26.15)/XAVGC26.15) + 8 / 10 * (((XAVGC12.16-XAVGC26.16)/XAVGC26.16) + 8 / 10 * (((XAVGC12.17-XAVGC26.17)/XAVGC26.17))))))))))))))))))) AND ((XAVGC12.1-XAVGC26.1)/XAVGC26.1) < 0.203668974062784 * (((XAVGC12.1-XAVGC26.1)/XAVGC26.1) + 8 / 10 * (((XAVGC12.2-XAVGC26.2)/XAVGC26.2) + 8 / 10 * (((XAVGC12.3-XAVGC26.3)/XAVGC26.3) + 8 / 10 * (((XAVGC12.4-XAVGC26.4)/XAVGC26.4) + 8 / 10 * (((XAVGC12.5-XAVGC26.5)/XAVGC26.5) + 8 / 10 * (((XAVGC12.6-XAVGC26.6)/XAVGC26.6) + 8 / 10 * (((XAVGC12.7-XAVGC26.7)/XAVGC26.7) + 8 / 10 * (((XAVGC12.8-XAVGC26.8)/XAVGC26.8) + 8 / 10 * (((XAVGC12.9-XAVGC26.9)/XAVGC26.9) + 8 / 10 * (((XAVGC12.10-XAVGC26.10)/XAVGC26.10) + 8 / 10 * (((XAVGC12.11-XAVGC26.11)/XAVGC26.11) + 8 / 10 * (((XAVGC12.12-XAVGC26.12)/XAVGC26.12) + 8 / 10 * (((XAVGC12.13-XAVGC26.13)/XAVGC26.13) + 8 / 10 * (((XAVGC12.14-XAVGC26.14)/XAVGC26.14) + 8 / 10 * (((XAVGC12.15-XAVGC26.15)/XAVGC26.15) + 8 / 10 * (((XAVGC12.16-XAVGC26.16)/XAVGC26.16) + 8 / 10 * (((XAVGC12.17-XAVGC26.17)/XAVGC26.17) + 8 / 10 * (((XAVGC12.18-XAVGC26.18)/XAVGC26.18)))))))))))))))))))
For cross downs, just reverse the < and > in the crossing up fomula above.
- Craig Here to Help!
|
|
Worden Trainer
Joined: 10/1/2004 Posts: 18,819
|
You should also watch all of these vids when you get the chance: If you are new to TeleChart READ THIS FIRST!
- Craig Here to Help!
|
|
Guest-1 |