StockFetcher Forums · Filter Exchange · Someone help me with a PPO scanner<< >>Post Follow-up
Rock Sexton
111 posts
msg #102914
Ignore Rock Sexton
10/12/2011 10:40:26 PM

I would like to create a scan that can find when the PPO fast line crosses up over the PPO slow line. There doesn't seem to be a differentiation on the standardized indicators list. Does anyone have a way around that?

four
5,087 posts
msg #102915
Ignore four
modified
10/12/2011 10:57:41 PM

1. Remember... http://forums.stockfetcher.com/sfforums/?qrid=1318474686&mid=99972

From... http://stockcharts.com/help/doku.php?id=chart_school:technical_indicators:price_oscillators_pp

   "A 9-day EMA of PPO is plotted as a signal line to identify upturns and downturns in the indicator. "

2. Create ...
Custom Exponential Moving Average (CEMA)
- or -
Custom Moving Average (CMA)

----

My example uses CEMA of 9.

Fetcher[
PPO(10,50) crossed above cema(ppo(10,50),9)
]



four
5,087 posts
msg #102916
Ignore four
10/12/2011 11:47:42 PM

Just a thought...

Fetcher[
PPO(2,3) < 0
PPO(2,3) crossed above cema(ppo(2,3),3)
close > 10 and avgvol(5) > 56987
close crossed above ema(3)
close > open
close > sar(.01,1)
]



papagatorga
124 posts
msg #102950
Ignore papagatorga
10/15/2011 4:20:50 PM

I asked for this about a month ago and this came the closest to what I was looking for.

set{x, ema(12) - ema(26)}
set{xx, x / ema(26)}
set{xxx, xx * 100}
draw cema(xxx,9)
add column xxx
add column cema(xxx,9)

coolsf
21 posts
msg #102956
Ignore coolsf
10/15/2011 5:43:46 PM

papagatorga, Your filter gave me 10171 results. Do you think that is correct?

papagatorga
124 posts
msg #103011
Ignore papagatorga
10/18/2011 7:24:42 PM

I use a global setting to screen for stocks between 10-100

StockFetcher Forums · Filter Exchange · Someone help me with a PPO scanner<< >>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.