StockFetcher Forums · Filter Exchange · * * * sum rsi 3 and rsi 2 * * *<< >>Post Follow-up
four
5,087 posts
msg #99074
Ignore four
2/13/2011 3:06:15 PM

Fetcher[
set{z, sum(rsi(3),1)}

set{x, sum(rsi(2),5)}

set{y, z + x}
draw y < 15
rsi(2) 1 day ago < 10
avgvol(2) > 25000
close > 1
close > open
sort column 1 ascending
]



hp722c

djones000buck
206 posts
msg #99096
Ignore djones000buck
2/14/2011 5:52:13 AM

I was curious as to how frequently this setup occurs with a particular stock in order to possibly apply some statistics, but it appears to be too infrequent to apply stat's to on an individual basis. In any case very interesting filter, reminds me of some of the old "go on green filters"... Thanks for sharing..

Fetcher[

set{var1, sum(rsi(3),1)}
set{var2, sum(rsi(2),5)}
set{var3, var2 + var1}
set{trigger1, count(var3 < 15,1)}
set{var4, rsi(2) one day ago}
set{trigger2, count(var4 < 10,1)}
set{trigger3, count(close > 1,1)}
set{trigger4, count(close > open,1)}

set{trigger5, trigger1 + trigger2}
set{trigger6, trigger5 + trigger3}
set{trigger7, trigger6 + trigger4}
set{buyme, count(trigger7 > 3.9,1)}

buyme > .9
average volume(2) > 25000

]



StockFetcher Forums · Filter Exchange · * * * sum rsi 3 and rsi 2 * * *<< >>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.