StockFetcher Forums · Filter Exchange · 9 18 27 simple MA,s help with scan<< >>Post Follow-up
jrbikes
624 posts
msg #38503
Ignore jrbikes
10/18/2005 10:37:24 PM

I am looking for a scan that will allow me to time the price movement when these three MA,s line up in that order, 9 on top 18 in the middle and 27 on the bottom, some times it happens too fast, other times really slow, and also the criteria for entry is based on volume and candles, this is really a simple scan but its hard for me to get it right,why? because I am new to this, but I know it is a reliable pattern cause I have used it for some good gains, but my timing is off, Im not fast enough! I usually try this one -close above MA (9) and MA (18) above MA (27) and MA (9) above MA (18) and average volume (90) above 50000 and close is between .01 and 1.0 can some one adjust this scan to preview this set up a couple of days before it hits? or at least give a heads up for watch list


TheRumpledOne
6,407 posts
msg #38507
Ignore TheRumpledOne
10/19/2005 10:34:37 AM

You can convert this filter...

Fetcher[
set{E50100b,days(ma(50) is above ma(100),100)}
set{E50100a,days(ma(50) is below ma(100),100)}
set{M1X, E50100a - E50100b}


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


set{E100200b,days(ma(100) is above ma(200),100)}
set{E100200a,days(ma(100) is below ma(200),100)}
set{M3X, E100200a - E100200b}

M3X above 0

M1X above M2X

M2X above M3X

add column M1X

add column M2X

add column M3X

DRAW MA(50)
DRAW MA(100)
DRAW MA(200)

close above 20
volume above 1000000
]



MAY ALL YOUR FILLS BE COMPLETE.


jrbikes
624 posts
msg #38514
Ignore jrbikes
10/19/2005 9:23:14 PM

Dude, I can hardly type that much less understand it, just kidding man, thanks for that conversion! I will put it in with some adjustments for the price! where did you learn all that? Later, thanks again!




TheRumpledOne
6,407 posts
msg #38515
Ignore TheRumpledOne
10/19/2005 10:36:33 PM

Fetcher[

set{E918b,days(ma(9) is above ma(18),100)}
set{E918a,days(ma(9) is below ma(18),100)}
set{M1X, E918a - E918b}


set{E927b,days(ma(9) is above ma(27),100)}
set{E927a,days(ma(9) is below ma(27),100)}
set{M2X, E927a - E927b}


set{E1827b,days(ma(18) is above ma(27),100)}
set{E1827a,days(ma(18) is below ma(27),100)}
set{M3X, E1827a - E1827b}

close above ma(9)

M3X above 0

M1X above M2X

M2X above M3X

add column M1X

add column M2X

add column M3X

DRAW MA(9)
DRAW MA(18)
DRAW MA(27)

close above 20
volume above 100000

]



This is NOT exactly what you asked for.. I just adapted another user's request to yours.

Feel free to tweak it to your liking.

HTH


StockFetcher Forums · Filter Exchange · 9 18 27 simple MA,s help with scan<< >>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.