StockFetcher Forums · Filter Exchange · question about stock count<< >>Post Follow-up
judgetrade
107 posts
msg #42710
Ignore judgetrade
4/2/2006 2:55:44 PM

Hi,

I have a question concerning the following filter, which I have adapted (original from the rumpled one, thank you TRO!):

The filter is great, but I want to change it in a way that only stocks show
up which have not been on the list for some time (lets say 4 weeks or so).
I this possible? Thank you in advance!





price above 15

show stocks where the relative strength(^IXIC,45) is above 1.25
stock is not optionable



/* STRONG TREND WITH EMA DISPLAY */

/* ENHANCED TREND DISPLAY */

set{T10, count(10 day slope of the close above 0,1)}
set{T40, count(40 day slope of the close above 0,1)}
set{T200, count(200 day slope of the close above 0,1)}

Set{a1, T200 * 1}
Set{a2, T40 * 10}
Set{a3, T10 * 100}

Set{aa, a1 + a2}
Set{TREND, aa + a3}


/* Selection Criteria */

trend equal 111

WEEKLY RSI(10) increasing for 2 weeks

weekly ema(10) above weekly ema(40)
weekly ema(10) increasing for 2 weeks
weekly ema(40) increasing for 2 weeks

avg vol(5) above 300000
avg vol(30) above 300000

add column industry





TheRumpledOne
6,407 posts
msg #42715
Ignore TheRumpledOne
4/3/2006 2:15:54 AM

HINT:

You would have to use SET statements to see if a stock fits ALL of your selection criteria THEN use DAYS to see how many days since...

HTH.


BFreshour
139 posts
msg #42719
Ignore BFreshour
4/3/2006 10:59:07 AM

This filter makes sure that this is the first time trend = 111 within four weeks.

Fetcher[/* STRONG TREND WITH EMA DISPLAY */

/* ENHANCED TREND DISPLAY */

set{T10, count(10 day slope of the close above 0,1)}
set{T40, count(40 day slope of the close above 0,1)}
set{T200, count(200 day slope of the close above 0,1)}

Set{a1, T200 * 1}
Set{a2, T40 * 10}
Set{a3, T10 * 100}

Set{aa, a1 + a2}
Set{TREND, aa + a3}
Set{NewWithinFour,count(trend equal 111,20)}


/* Selection Criteria */

trend equal 111
NewWithinFour equal 1

WEEKLY RSI(10) increasing for 2 weeks

weekly ema(10) above weekly ema(40)
weekly ema(10) increasing for 2 weeks
weekly ema(40) increasing for 2 weeks

avg vol(5) above 300000
avg vol(30) above 300000

add column industry
]




StockFetcher Forums · Filter Exchange · question about stock count<< >>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.