StockFetcher Forums · Filter Exchange · Consolidation filter<< >>Post Follow-up
mrinehart1
2 posts
msg #113903
Ignore mrinehart1
6/4/2013 1:58:08 PM

I need help creating a consolidation filter. This would be where major moving averages are within a tght range of each other and moving straight accross. This filter would be to idenify stocks that have consolidated for some time and may be ready to breakout. An example would be symbol ATML, before the breakout. thanks

mahkoh
1,065 posts
msg #113905
Ignore mahkoh
6/4/2013 3:22:26 PM

Fetcher[
set{maratio,ma(13)/ma(30)}
maratio between 0.99 and 1.01

set{maslope,ma(10)/ma(10) 10 days ago}
maslope between 0.995 and 1.005

s&p 500
]



Change values and ma to your liking. You can also code ths slope like this:
5 day slope of ma(10) between -0.01 and 0.01

And you may want to check TRO's bollinger keltner filter

http://www.stockfetcher.com/forums/Filter-Exchange/A-Little-Help-TRO/45538



duke56468
683 posts
msg #113908
Ignore duke56468
6/4/2013 7:52:21 PM

Here is a Guppy filter. Not sure who created it.
Fetcher[market is s&p 500
and volume above 2000000
and cwma(close,5) crossed above cwma(close,60)
set{newPlot, cwma(close,3)} on plot price
and draw cwma(close,5) on plot price
and draw cwma(close,8) on plot price
and draw cwma(close,10) on plot price
and draw cwma(close,12) on plot price
and draw cwma(close,15) on plot price

and draw cwma(close,30) on plot price
and draw cwma(close,35) on plot price
and draw cwma(close,40) on plot price
and draw cwma(close,45) on plot price
and draw cwma(close,50) on plot price
and draw cwma(close,60) on plot price

and draw cwma(close,100) on plot price

and do not draw bollinger
]



StockFetcher Forums · Filter Exchange · Consolidation filter<< >>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.