StockFetcher Forums · Filter Exchange · hey all!<< >>Post Follow-up
jacobnbr1
37 posts
msg #47326
Ignore jacobnbr1
10/5/2006 10:49:52 AM

has anyone ever noticed when a cluster of sma gather and touch maybe even merge together there is an explosive breakout either up or down? is there a scan for this?


TheRumpledOne
6,407 posts
msg #47339
Ignore TheRumpledOne
modified
10/5/2006 8:48:47 PM

Fetcher[
set{xcross1a, count(ma(200) 1 day ago < ma(10) 1 day ago, 1) }
set{xcross1b, count(ma(200) > ma(10), 1) }
set{xcross1c, xcross1a + xcross1b}
set{xcross1, count(xcross1c equal 2,1) }

set{xcross2a, count(ma(200) 1 day ago > ma(10) 1 day ago, 1)}
set{xcross2b, count(ma(200) < ma(10), 1) }
set{xcross2c, xcross2a + xcross2b}
set{xcross2, count(xcross2c equal 2,1) }


set{xcross, xcross1 + xcross2}
xcross > 0

close above 1

draw ma(10)
draw ma(20)
draw ma(50)
draw ma(100)
draw ma(200)

add column ma(200)
add column ma(200) 1 day ago
add column ma(10)
add column ma(10) 1 day ago

add column xcross1a
add column xcross1b
add column xcross2a
add column xcross2b

]



HTH.




gocats
22 posts
msg #47341
Ignore gocats
10/5/2006 9:59:35 PM

Hey Jacob
Aren't you from CramersMadMoney? I remember seeing this name over there.


jacobnbr1
37 posts
msg #47345
Ignore jacobnbr1
10/6/2006 10:28:59 AM

Yep! it is I...

Whats up? who is this?

You can fine me at the simulator site.


nikoschopen
2,824 posts
msg #47350
Ignore nikoschopen
10/6/2006 4:52:32 PM

jacobnbr1,

As I was translating ure filter from the "master tro" thread, I made a strange observation something akin to ure very own. I realized that when the EMA(30) and the weekly SMA(10) were in a tight range (or "clustered" together) while the daily SMA(10) was below, the stock would often rally once it clears above that range. So I made a filter as follows:

Fetcher[
draw ma(10)
draw ema(30)
draw weekly ma(10)

set{lo, min(ema(30),weekly ma(10))}
set{hi, max(ema(30),weekly ma(10))}
set{diff, hi - lo}
set{ratio, diff / lo}
ratio below 0.01
ma(10) below lo
price crossed above hi

price above 20
avgvol(17) above 300000
]




jacobnbr1
37 posts
msg #47352
Ignore jacobnbr1
10/6/2006 8:00:56 PM

Yea, that is wierd. I wonder why?

Thanks for the filter i will rough house with it a bit here.

I by far am no great trader, i am just a student of the markets with an open mind and the curiousness of why things are the way they are, and how they react..

I am completly out of the market right now, for the market scares the ba'jeeses out of me right now.


StockFetcher Forums · Filter Exchange · hey all!<< >>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.