StockFetcher Forums · Stock Picks and Trading · Charting Wealth Scans for S&P 500 stocks with blue line crossing above the ema(8) on the weekly<< >>Post Follow-up
roca1018
163 posts
msg #138791
Ignore roca1018
10/22/2017 8:30:59 AM

I am looking for help in constucting a very basic scan to pick up the weekly crossovers on the PPO(10,24,8)
for the S&P 500 only. As an example, ABBV crossed over some time ago and has continued to surge with occasional minor shallow pullbacks. I only know about ABBV because I have had a position for some time. Also, I think this could provide an opportunity for option plays.

Thanks in advance

Rich


pthomas215
1,251 posts
msg #138792
Ignore pthomas215
10/22/2017 11:03:51 AM

Rich, I think this might be close, as many of the results have a recent weekly crossover.

Fetcher[ weekly ema(5) is above weekly ema(5) one day ago
price crossed above weekly ema(13) within the past 1 days
Show stocks where ema(13) is above ema(13) one day ago
and ema(60) is above ema(60) one day ago
close above 3
Chart-time is 6 months
Maket is not otcbb
Market is not etf
volume is above 200000
add column Average Day Range(30)
and Average Day Range(30) is above 4.00
do not draw Average Day Range(30)


draw ema(5)
draw ema(13)

draw ema(25)
draw ema(30)
draw ema(35)
draw ema(40)
draw ema(45)
draw ema(50)
draw ema(60)


/* AxA is number of consecutive days EMA(13) above (+)/below(-) previous EMA(13) */
set{AAb,days( EMA(13) is above EMA(13) 1 day ago,250)}
set{AAa,days( EMA(13) is below EMA(13) 1 day ago,250)}
set{AxA, AAa - AAb} and add column AxA {A_x_A}
do not Draw AxA


/* BxB is number of consecutive days EMA(30) above (+)/below(-) previous EMA(30) */
set{BBb,days( ema(30) is above EMA(30) 1 day ago,250)}
set{BBa,days( ema(30) is below EMA(30) 1 day ago,250)}
set{BxB, BBa - BBb} and add column BxB {B_x_B}
do not Draw BxB

/* CxC is number of consecutive days EMA(60) above (+)/below(-) previous EMA(60) */
set{CCb,days( ema(60) is above EMA(60) 1 day ago,250)}
set{CCa,days( ema(60) is below EMA(60) 1 day ago,250)}
set{CxC, CCa - CCb} and add column CxC {C_x_C}
do not Draw CxC





Set{cntema13overema13,count( eMA(13) > eMA(13) 1day ago,1)}
draw cntema13overema13

Set{cntema13overema13b,count( eMA(13)< EMA(13) 1day ago,1)}

draw cntema13overema13b



Set{cntema30overema30,count( eMA(30) > eMA(30) 1day ago,1)}
draw cntema30overema30

Set{cntema30overema30b,count( eMA(30)< EMA(30) 1day ago,1)}

draw cntema30overema30b

Set{cntema60overema60,count( eMA(60) > eMA(60) 1day ago,1)}
draw cntema60overema60

Set{cntema60overema60b,count( eMA(60)< EMA(60) 1day ago,1)}

draw cntema60overema60b

]



pthomas215
1,251 posts
msg #138793
Ignore pthomas215
10/22/2017 11:22:56 AM

weekly just crossing over + 2 day escalating and creating more spacing seems to be the model for a good one month swing trade. I'm going to shift to buying call options on ones with this profile.

graftonian
1,089 posts
msg #138797
Ignore graftonian
modified
10/22/2017 2:42:51 PM

These 2 filters might help

Fetcher[
/*CHARTING WEALTH DAILY PPO CROSS-OVER */
MARKET IS sp500
/**********************/
DRAW PPO(10,24)
SET{PPO_SIG, CEMA(PPO(10,24), 8)}
DRAW PPO_SIG ON PLOT PPO(10,24)
/******************************/
/*Daily derivative oscillator*/
set{DO1, cema(rsi(14),5)}
SET{DO2, CEMA(DO1, 3)}
SET{SIGNAL, CMA(DO2, 8)}
SET{D_OSC, DO2 - SIGNAL}
PLOTTYPE{D_OSC, ZEROBAR}
DRAW D_OSC AND DRAW D_OSC LINE AT 0
/*************************/
ppo(10, 24) crossed above ppo_sig
]



Fetcher[
/***charting wealth weekly PPO cross over**/
market is sp500
chart-display is weekly
chart-time is 6 months
draw weekly ppo(10,24)
set{wkly_sig, cema(weekly ppo(10,24), 8)}
draw wkly_sig on plot weekly ppo(10, 24)
/************************************/
weekly ppo(10,24) crossed above wkly_sig
/***********************************/
/*weekly derivative oscillator*/
set{wkly_DO1, cema(weekly rsi(14),5)}
SET{wkly_DO2, CEMA(wkly_DO1, 3)}
SET{wkly_SIGNAL, CMA(wkly_DO2, 8)}
SET{wkly_D_OSC, wkly_DO2 - wkly_SIGNAL}
PLOTTYPE{wkly_D_OSC, ZEROBAR}
DRAW wkly_D_OSC AND DRAW wkly_D_OSC LINE AT 0
]



roca1018
163 posts
msg #138798
Ignore roca1018
10/22/2017 6:58:41 PM

pthomas and graf

thanks so much

Rich

StockFetcher Forums · Stock Picks and Trading · Charting Wealth Scans for S&P 500 stocks with blue line crossing above the ema(8) on the weekly<< >>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.