| 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.
 
 
 
 
 
 | 
| four 5,087 posts
 msg #102916
 - Ignore four
 | 10/12/2011 11:47:42 PM 
 Just a thought...
 
 
 
 
 
 | 
| 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
 
 
 |