StockFetcher Forums · General Discussion · How to code PPO crossover up<< >>Post Follow-up
RoachStock71
2 posts
msg #119145
Ignore RoachStock71
4/16/2014 2:40:30 PM


Can anyone help a dumb newbie like me code to show me the PPO(12,26) having crossed the signal line (9-day EMA of PPO)?

Percentage Price Oscillator (PPO): {(12-day EMA - 26-day EMA)/26-day EMA} x 100
Signal Line: 9-day EMA of PPO

Thank you very much.

Kevin_in_GA
4,599 posts
msg #119154
Ignore Kevin_in_GA
4/16/2014 9:05:57 PM

Try this:

Fetcher[
PPO(12,26) crossed above cema(PPO(12,26),9)
]



CEMA(X,Y) is a custom ema function, where X is the variable and Y is the number of days for the ema of that variable.

You might want to narrow your search a bit based on price and volume:

Fetcher[
close above 3
average volume(30) above 500000
PPO(12,26) crossed above cema(PPO(12,26),9)
]




RoachStock71
2 posts
msg #119159
Ignore RoachStock71
4/17/2014 1:46:50 PM

Kevin, I really appreciate your help on this. I would have never figured this out so thank you!

StockFetcher Forums · General Discussion · How to code PPO crossover up<< >>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.