StockFetcher Forums · Filter Exchange · Looking for more hits with this pattern please?<< >>Post Follow-up
Smpoll
72 posts
msg #147591
Ignore Smpoll
4/28/2019 6:51:55 PM

Hi all-

I'm trying to find more accurate hits to this pattern and I've tried many possibilities with zero luck. Would somebody with skills much greater than mine, not a high bar I know, help me out please?

I'm looking for the 3 ema's to converge while macd is low and about to cross above. While I'm picking up a number of charts like W, I know that I'm missing many. Here's what I have, thanks.

Fetch stocks where ema(21) > ema(31)
and ema(31) > ema(41)

price is > 28

avg vol(30) > 100000


SET{VHISTO,MACD HISTOGRAM}


DRAW MACD
DRAW VHISTODN ON PLOT VHISTO
DRAW VHISTOUP ON PLOT VHISTO






Smpoll
72 posts
msg #147592
Ignore Smpoll
4/28/2019 6:54:14 PM

Btw, the priority isn't a gap up pattern. I'm more interested in the convergence of the 3 ema's.
Thanks!

SAFeTRADE
630 posts
msg #147594
Ignore SAFeTRADE
modified
4/28/2019 7:55:49 PM

Here is what you might be looking for. TRO wrote this for me way back when.



Fetcher[/* THREE MOVING AVERAGES WITHIN .20 OF EACH OTHER */

set{E513b,days(ma(5) is above ma(13),100)}
set{E513a,days(ma(5) is below ma(13),100)}
set{M1X, E513a - E513b}


set{E534b,days(ma(5) is above ma(34),100)}
set{E534a,days(ma(5) is below ma(34),100)}
set{M2X, E534a - E534b}


set{E1334b,days(ma(13) is above ma(34),100)}
set{E1334a,days(ma(13) is below ma(34),100)}
set{M3X, E1334a - E1334b}

set{diff1, abs(ma(5) minus ma(13) )}
set{diff2, abs(ma(13) minus ma(34) )}
set{diff3, abs(ma(5) minus ma(34) )}



add column diff1
add column diff2
add column diff3
add column pctdiff

add column SEPARATOR

add column M1X
add column M2X
add column M3X

/* change .21 to whatever you want */

diff1 below .21
diff2 below .21
diff3 below .21

DRAW MA(5)
DRAW MA(13)
DRAW MA(34)

close above 20
volume above 1000000

sort column 5 ascending
]




four
5,087 posts
msg #147596
Ignore four
modified
4/29/2019 12:09:34 AM

offer...
Fetcher[
price is > 28
avg vol(30) > 100000

close > open
ema(21) < close
ema(31) < close
ema(41) < close

ema(21) > open
ema(31) > open
ema(41) > open
draw macd(12,26,9) histogram between -.1 and -.01
]



Smpoll
72 posts
msg #147601
Ignore Smpoll
4/29/2019 12:31:48 PM

Thanks, but I'm picking up more hits with mine.

StockFetcher Forums · Filter Exchange · Looking for more hits with this pattern please?<< >>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.