StockFetcher Forums · Filter Exchange · good filter for making money next day<< >>Post Follow-up
morteza471
132 posts
msg #36356
Ignore morteza471
6/16/2005 3:04:13 PM

show stocks where price is above ma (10)and ma (10) is above ma(20)and ma(20)is above ma (50) and ma (50)is above ma (100) and ma (100) is above ma (200) and price is between 3 and 30 and Average Volume(90) is above 100000 and open is below ma(5)and close is above ma(5)and close is less than 0.5% below high

can some work on this filter and make it better


morteza471
132 posts
msg #36357
Ignore morteza471
6/16/2005 3:20:28 PM

please can some one add to this filter,that day befor was below ma(5)


TheRumpledOne
6,407 posts
msg #36360
Ignore TheRumpledOne
6/16/2005 9:48:44 PM

See, at least they tried!!

Fetcher[
/*

Trend = xyz.00
where x = 1 for 22 day uptrend, 0 for 22 day downtrend
where y = 1 for 125 day uptrend, 0 for 125 day downtrend
where z = 1 for 200 day uptrend, 0 for 200 day downtrend


CxC is number of consecutive days close above (+)/below(-) previous close
*/

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

Set{u1, T200 * 1}
Set{u2, T60 * 10}
Set{u3, T10 * 100}

Set{uu, u1 + u2}
Set{TREND, uu + u3}

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}

add column ma(5)
add column ma(5) 1 day ago {MA5_1}

add column CxC
add column TREND
add column rsi(2)
add column weekly rsi(2)

show stocks where price is above ma (10)
and ma(10) is above ma(20)
and ma(20) is above ma(50)
and ma(50) is above ma(100)
and ma(100) is above ma(200)
and price is between 3 and 30
and Average Volume(90) is above 100000
and open is below ma(5)
and close is above ma(5)
and close is less than 0.5% below high
and close 1 day ago below ma(5) 1 day ago
]



MAY ALL YOUR FILLS BE COMPLETE.


jlittlej
7 posts
msg #36367
Ignore jlittlej
6/17/2005 10:19:27 PM

Wow!!! I used the Stockfetcher version of this filter and this filter does appear to provide great set ups for trading the next day, just as long as one doesn't enter the trade until the stock is trading above the high of the previous day (for bullish positions). I also check my indicators to see if they ALL indicate a Bullish signal, and this helps me to narrow my selection down to the stocks that appear to have the most promise. I also changed the price range to: all stocks above the price of 20 and this generates more candidates. I trade options, so the price of the stock is not a concern.
GREAT JOB, morteza471 !!!
Thanks!


morteza471
132 posts
msg #36370
Ignore morteza471
6/18/2005 4:12:56 AM

thank you good job
i have qestion for jlittlej you said you use indicators to see if they all indicate a bullish signal can you tell us what indicators do you use to see if it is bullish and what do you look in indicators. thank you


TheRumpledOne
6,407 posts
msg #36377
Ignore TheRumpledOne
6/18/2005 6:48:53 PM

Hey JlittleJ:

I added the last line for you...

Fetcher[

/*

Trend = xyz.00
where x = 1 for 22 day uptrend, 0 for 22 day downtrend
where y = 1 for 125 day uptrend, 0 for 125 day downtrend
where z = 1 for 200 day uptrend, 0 for 200 day downtrend


CxC is number of consecutive days close above (+)/below(-) previous close
*/

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

Set{u1, T200 * 1}
Set{u2, T60 * 10}
Set{u3, T10 * 100}

Set{uu, u1 + u2}
Set{TREND, uu + u3}

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}

add column ma(5)
add column ma(5) 1 day ago {MA5_1}

add column CxC
add column TREND
add column rsi(2)
add column weekly rsi(2)

show stocks where price is above ma (10)
and ma(10) is above ma(20)
and ma(20) is above ma(50)
and ma(50) is above ma(100)
and ma(100) is above ma(200)
and price is between 3 and 30
and Average Volume(90) is above 100000
and open is below ma(5)
and close is above ma(5)
and close is less than 0.5% below high
and close 1 day ago below ma(5) 1 day ago

and stock is optionable
]



MAY ALL YOUR FILLS BE COMPLETE.


StockFetcher Forums · Filter Exchange · good filter for making money next day<< >>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.