StockFetcher Forums · Filter Exchange · Intraday Filter<< >>Post Follow-up
jkiehle
13 posts
msg #33161
Ignore jkiehle
9/6/2004 1:24:22 PM

I was looking for a way to filter for stocks that have no channeling and a minimum range over an extended period. This is for churning money. My goal is to have a portion of my money return a consistent 2-3% everyday. These are unexciting stocks that will easily do that. Be careful to watch the overall market trends as you can easily miss if you don't. These need to be tended to daily.

set{delta, high - low}
set{ratio, delta / close}
set{ematest0, ema(5) - ema(2)}
set{ematest1, ema(10) - ema(5)}
set{ematest2, ema(15) - ema(10)}
set{emavar1, ematest0 + ematest1}
set{emavar2, emavar1 + ematest2}
set{avgemavar, emavar2 / 3}
set{growvar, delta / high}
Show stocks where Average Volume(30) is above 100000
and close is between .03 and 20
and abs(avgemavar) 11 day high is below .01
and delta 11 day low is above .02
and growvar 11 day low is above .03



the avgemavar controls the swing
the delta controls the range
the growvar does the same as the delta only it is by percentage

Live long and prosper.........



alf44
2,025 posts
msg #33199
Ignore alf44
9/9/2004 1:18:23 PM

jkiehle,

If you will allow me to put that in a more convenient format for the rest of us to try...

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

Fetcher[set{delta, high - low}
set{ratio, delta / close}
set{ematest0, ema(5) - ema(2)}
set{ematest1, ema(10) - ema(5)}
set{ematest2, ema(15) - ema(10)}
set{emavar1, ematest0 + ematest1}
set{emavar2, emavar1 + ematest2}
set{avgemavar, emavar2 / 3}
set{growvar, delta / high}
Show stocks where Average Volume(30) is above 100000
and close is between .03 and 20
and abs(avgemavar) 11 day high is below .01
and delta 11 day low is above .02
and growvar 11 day low is above .03
]



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

There !

alf44 :8^)







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