BFreshour 139 posts msg #39491 - Ignore BFreshour |
12/13/2005 6:30:58 PM
Trying to create a PPO much like the one on stockcharts that has the 9 period moving average with it...
I've tried the following using both CMA and CEMA without luck. The crossovers never seem to match what I see on StockCharts...
PPO(12,26) reached a new 52 week high within last 10 days
draw CMA(ppo(12,26),9) on PPO(12,26) plot
draw CEMA(ppo(12,26),9) on PPO(12,26) plot
|
TheRumpledOne 6,411 posts msg #39492 - Ignore TheRumpledOne |
12/13/2005 8:07:34 PM
Interesting...
|
TheRumpledOne 6,411 posts msg #39493 - Ignore TheRumpledOne |
12/13/2005 8:15:23 PM
Hmmmmmmmmm.....
|
BFreshour 139 posts msg #39502 - Ignore BFreshour |
12/14/2005 9:23:35 AM
I don't get it...
PPO is 2 EMA's subtracted from each other... So this:
set{myppox, ema(12) - ema(26)}
add column myppox
Should return the same value as the PPO listed on StockCharts or the PPO value listed on QuoteTracker historical charts. The problem is... NONE OF THEM MATCH.
Symbol: EYE
For 12/13/2005 close the following values are listed for PPO(12,26,9):
Stockcharts: 2.83
QT Historical: 2.709
StockFetcher: 1.18
|
TheRumpledOne 6,411 posts msg #39503 - Ignore TheRumpledOne |
12/14/2005 11:20:56 AM
I know... that's one thing that is interesting!!
|