StockFetcher Forums · Filter Exchange · 4 EMA Cross<< 1 2 >>Post Follow-up
arenas
14 posts
msg #150837
Ignore arenas
2/20/2020 9:09:05 PM

Hello, What scan could show the following. the 4EMA crosses below the 8EMA and the 120SMA on the same day? Thank You Very Much, Arnie

olathegolf
119 posts
msg #150839
Ignore olathegolf
modified
2/20/2020 10:51:20 PM

Fetcher[
/*Optional Filter*/
average volume(30) above 200000
price above 2

/*Optional Reporting and Drawing*/
add column ema(4) 1 day ago
add column ema(4)
add column ema(8) 1 day ago
add column ema(8)
add column ema(120) 1 day ago
add column ema(120)
draw ema(4)
draw ema(8)
draw ema(120)

/*Filter*/
set{xbelow, count(ema(4) crossed below ema(8),1)}
set{ybelow, count(ema(4) crossed below ema(120),1)}
set{xover,xbelow*ybelow}
xover above 0
draw xover
]



arenas
14 posts
msg #150840
Ignore arenas
2/21/2020 9:58:57 AM

To Olathegolf, Thank You Very Much for the scan. We were in a girls softball tournament in Olathe and it is a very nice area to live. Arnie

arenas
14 posts
msg #150841
Ignore arenas
2/21/2020 11:02:48 AM


To Olathegolf, I just noticed the scan is for SMA 120 not 120E ma. i hope you can adjust the scan. Thank You, Arnie

olathegolf
119 posts
msg #150854
Ignore olathegolf
2/21/2020 11:46:23 PM

Arenas, when I originally posted the filter, I had ma throughout instead of ema. So I changed and reposted only minutes later.
Maybe SF hadn't refreshed when you viewed.
Please check again.
If you're still seeing ma, simply change the syntax to ema. Thanks.

klynn55
747 posts
msg #150860
Ignore klynn55
2/22/2020 2:06:39 PM

might try marilyns 4,8,21 price cross at the same time with the rsi on a intraday chart, wham!
just look at charts !

arenas
14 posts
msg #150861
Ignore arenas
2/22/2020 3:32:44 PM

To Klynn55, Please pardon my ignorance regarding your mentioning Marilyns 4, 8,21 price cross. I tried searching with no answer. Also, regarding the syntax, yes , it did come through ok. Thank You Klynn55 for your response. Arnie

Mansor
78 posts
msg #150864
Ignore Mansor
2/22/2020 6:02:35 PM

2/22/2020 2:06:39 PM

might try marilyns 4,8,21 price cross at the same time with the rsi on a intraday chart, wham!
just look at charts !

-----------------------------------------------------------------------------------------------------------------------

is this what you're referring:


/* Basic Filter for newbies and old pros */

/* selection criteria */

and open < ema(21)
and open < ema(8)
and open < ema(4)
and close > ema(21)
and close > ema(4)
and close > ema(8)
and close > open
and close 3 days ago < ema(21)
and close 5 days ago < close 3 days ago
and close 5 days ago < ema(90)


close between .25 and 20
volume above 1000000


set{E36b,days(ema(4) is above ema(8),100)}
set{E36a,days(ema(4) is below ema(8),100)}
set{E4xE8, E36a - E36b}

set{E50200b,days(ma(50) is above ma(200),100)}
set{E50200a,days(ma(50) is below ma(200),100)}
set{M50xM200, E50200a - E50200b}

set{E1326b,days(ema(8) is above ema(21),100)}
set{E1326a,days(ema(8) is below ema(21),100)}
set{E8xE21, E1326a - E1326b}

set{CCb,days(close is above close 1 day ago,100)}
set{CCa,days(close is below close 1 day ago,100)}
set{CxC, CCa - CCb}

set{E5b,days(close is above ema(4),100)}
set{E5a,days(close is below ema(4),100)}
set{CxE4, E5a - E5b}

set{E8b,days(close is above ema(8),100)}
set{E8a,days(close is below ema(8),100)}
set{CxE8, E8a - E8b}

set{E21b,days(close is above ema(21),100)}
set{E21a,days(close is below ema(21),100)}
set{CxE21, E21a - E21b}
set{E50b,days(close is above ma(50),100)}
set{E50a,days(close is below ma(50),100)}
set{CxM50, E50a - E50b}

set{E200b,days(close is above ma(200),100)}
set{E200a,days(close is below ma(200),100)}
set{CxM200, E200a - E200b}


set{T10, count(10 day slope of the close above 0,1)}
set{T60, count(60 day slope of the close above 0,1)}
set{T200, count(200 day slope of the close above 0,1)}

Set{a1, T200 * 1}
Set{a2, T60 * 10}
Set{a3, T10 * 100}

Set{aa, a1 + a2}
Set{TREND, aa + a3}

set{v, volume 1 day ago}
set{volinc, volume - v}
set{volpc, volinc / v}
set{volpct, volpc * 100}

set{VolZ, days(volume < 1,100)}
set{VolUp, days(volume is below volume 1 day ago,100)}
set{VolDn, days(volume is above volume 1 day ago,100)}
set{VolCnt, VolUp - VolDn}

set{vck1, volume 1 day ago }
set{vck, volume / vck1 }
set{vdbl, days(vck < 2, 100)}


and add column VolCnt
and add column Vdbl
and add column VolZ

and add column Trend

and add column CxC
and add column CxE4

and add column E4xE8
and add column E8xE21


and add column CxM50
and add column CxM200
and add column M50xM200

add column rsi(2)
add column weekly rsi(2)

sort column 8 descending

-------------------------------------------------------------------------------------------------------------

JoeyVinyl
125 posts
msg #150874
Ignore JoeyVinyl
2/23/2020 10:35:24 AM

@Mansor
Yes, that would be it, from this old, old post:
https://stockfetcher.com/forums/General-Discussion/hey-rump/53919

@arenas
You may not be finding anything because the guys name is Marlyn, not Marilyn. But the link I gave above should be enough. I've forgotten all my old HTML and I'm not sure if it works here or not, so just copy and paste that link into your browser.

arenas
14 posts
msg #150883
Ignore arenas
2/23/2020 11:03:30 PM

To, JoeyVinyl, Thank you for the great information. I was able to locate the posts from The Rumpledone. Thanks again, Arnie

StockFetcher Forums · Filter Exchange · 4 EMA Cross<< 1 2 >>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.