StockFetcher Forums · Filter Exchange · Guppy Bounce<< >>Post Follow-up
sammyn
81 posts
msg #145180
Ignore sammyn
modified
11/2/2018 9:25:48 AM

Hat tip to graft for the basis of this filter. And to mac for his inspiration.

Looking for a filter that produces symbols in an uptrend, but catching them during a bounce.

My thoughts are the trader group is above the investor group, but the low drops into the investors group, but bounces.

thoughts? what can I add to the filter.

Fetcher[/*
built upon https://www.stockfetcher.com/forums/Public-Filters/GUPPY-revisited/135310/-1/135347
*/
and close above 4
add column Average Day Range(30)
and average day range above .9
do not draw Average Day Range

/* above average volume */
and Average Volume(50) is above 400000
/*we can filter on increased volume
and volume > Average Volume(30)
*/

/*uptrending */
and close above ema(250)
set{lr_slope, Linear Regression(90) slope}
and lr_slope > .01
do not draw lr_slope


/*TRADER GROUP*/
draw EMA(3)
draw EMA(5)
draw EMA(8)
draw EMA(10)
draw EMA(12)
draw EMA(15)

/*INVESTOR GROUP*/
draw EMA(60)
draw EMA(50)
draw EMA(45)
draw EMA(40)
draw EMA(35)
draw EMA(30)

/* investor group width */
set{igw, ema(30) - ema(60)}
set{igw2, igw / ema(60)}
set{IGwidth, igw2 * 100}
add column IGwidth

/*trader grp/investor grp separation */
/*The white space between the trader and investor groups*/
set{tradgrpmin, min(ema(3), ema(15))}
set{invgrpmax, max(ema(30), ema(60))}
set{tisep, tradgrpmin - invgrpmax}
set{tisep2, tisep / invgrpmax}
set{TG_IGsep, tisep2 * 100}
add column TG_IGsep

/*to be sure there is some White space between groups*/
TG_IGsep > 0
do not draw TG_IGsep

/* find a candle that dips into the investor group, and rebounds */
and open > EMA(30)
and low < EMA(30)
and close > EMA(4)


/*A couple of bells and whistles for back testing*/
set{entry, close}
set{target, entry + atr(14)}
set{ stop, entry - atr(14)}
draw price line at target
draw price line at stop

draw cci(14) line at -100
draw Fast Stochastics Slow %D(5,1) line at 20


chart-time is 100 days

]



StockFetcher Forums · Filter Exchange · Guppy Bounce<< >>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.