StockFetcher Forums · Filter Exchange · PPO Help<< >>Post Follow-up
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,407 posts
msg #39492
Ignore TheRumpledOne
12/13/2005 8:07:34 PM

Fetcher[

add column PPO(12,26)
add column CMA(ppo(12,26),9)
add column CEMA(ppo(12,26),9)
add column MA(9)
add column EMA(9)

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
draw MA(9) on PPO(12,26) plot
draw EMA(9) on PPO(12,26) plot

close above 1
volume above 1000000
]



Interesting...


TheRumpledOne
6,407 posts
msg #39493
Ignore TheRumpledOne
12/13/2005 8:15:23 PM

Fetcher[
set{myppo, ma(12) - ma(26)}
set{myppox, ema(12) - ema(26)}

add column PPO(12,26)
add column CMA(ppo(12,26),9)
add column CEMA(ppo(12,26),9)
add column myppo
add column myppox
add column CMA(myppo,9)
add column CEMA(myppo,9)
add column CMA(myppox,9)
add column CEMA(myppox,9)

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
draw CMA(myppo,9)
draw CEMA(myppo,9)
draw CMA(myppox,9)
draw CEMA(myppox,9)

close above 1
volume above 1000000
]



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,407 posts
msg #39503
Ignore TheRumpledOne
12/14/2005 11:20:56 AM

I know... that's one thing that is interesting!!




StockFetcher Forums · Filter Exchange · PPO Help<< >>Post Follow-up

*** Disclaimer *** StockFetcher.com does not endorse or suggest any of the securities which are returned in any of the searches or filters. They are provided purely for informational and research purposes. StockFetcher.com does not recommend particular securities. StockFetcher.com, Vestyl Software, L.L.C. and involved content providers shall not be liable for any errors or delays in the content, or for any actions taken based on the content.


Copyright 2022 - Vestyl Software L.L.C.Terms of Service | License | Questions or comments? Contact Us
EOD Data sources: DDFPlus & CSI Data Quotes delayed during active market hours. Delay times are at least 15 mins for NASDAQ, 20 mins for NYSE and Amex. Delayed intraday data provided by DDFPlus


This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.