StockFetcher Forums · Filter Exchange · CHETRON<< >>Post Follow-up
jrbikes
624 posts
msg #90947
Ignore jrbikes
modified
4/9/2010 2:03:27 AM

CHETRON, see if you can do this on SF, can you write a filter that will show all stocks that have crossed a round or even number in the last X amount of days? EX: SIXFQ broke above .15 (even number) 3 days ago, and that was the resistance point for the particular pattern, now I know I can write a code that says (price crossed above .15 in the last 3 days) but I need to have the cross one day ago, but with all of the stocks listed that broke even numbers! once this is accomplished then we combine this with the SMA triple play, thats what I am calling it from now on, and there you go, and all I have to do is change the price parameters and Im set, but also another phenomenon, positive divergence, but below the zero line with RSI14 above 50, if you can do this, I will forever be in your gratitude!

Oh yeah, forgot, the intervals would be for pennies, say .05 and .10,.15,.20 and so on!
you know what I mean!

chetron
2,817 posts
msg #90960
Ignore chetron
modified
4/9/2010 9:13:27 AM

MAYBE....


Fetcher[


SET{VAR1A,PRICE 1 DAY AGO}

SET{VAR1,COUNT(VAR1A crossed above .15 in the last 3 days,1)}
SET{VAR2,COUNT(VAR1A crossed above .20 in the last 3 days,1)}
SET{VAR3,COUNT(VAR1A crossed above .25 in the last 3 days,1)}
SET{VAR4,COUNT(VAR1A crossed above .10 in the last 3 days,1)}
SET{VAR5,COUNT(VAR1A crossed above .30 in the last 3 days,1)}
SET{VAR6,COUNT(VAR1A crossed above .35 in the last 3 days,1)}
SET{VAR7,COUNT(VAR1A crossed above .05 in the last 3 days,1)}
SET{VAR8,COUNT(VAR1A crossed above .10 in the last 3 days,1)}

SET{VAR11,VAR1 + VAR2}
SET{VAR12,VAR11 + VAR3}
SET{VAR9,VAR12 + VAR4}
SET{VAR10,VAR9 + VAR5}
SET{VAR13,VAR10 + VAR6}
SET{VAR14,VAR13 + VAR7}
SET{VJRPLAYS,VAR14 + VAR8}

VJRPLAYS ABOVE .5

]



four
5,087 posts
msg #90979
Ignore four
4/9/2010 1:30:39 PM

idea...

Fetcher[
set{close3d, close 3 days ago}
do not draw close3d

set{rndx, round(close3d,1)}
set{vr1, rndx - close3d}

vr1 equals 0
do not draw vr1

close > close3d

close > 1
volume > 100000

add column close3d {close 3 days ago}
]



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