StockFetcher Forums · Filter Exchange · rsi2 above 2 and above 75<< >>Post Follow-up
four
5,087 posts
msg #91610
Ignore four
modified
4/24/2010 10:20:52 PM

----------- v1 --------------

Fetcher[

show stocks where close is between .5 and 1000000
and average volume(90) > 100000

rsi(2) crossed above 2 within 2 days ago
rsi(2) crossed above 75


set{v1, atr(5) / 1.5}
set{sell, low - v1}
draw sell on plot close
add column sell

add column close {buy=close + .01}

]



----------- v2 --------------

Fetcher[rsi(2) crossed above 75
rsi(2) 1 day ago < 10
rsi(3) 1 day ago < 10
rsi(2) 1 day ago < rsi(3) 2 days ago
close > 1
close < 5000

set{varx, high minus low}
set{vary, varx / 3}
set{buy, max(close,open) plus vary}
draw buy on plot close
add column buy

set{varxx, atr(5)/1.1}
set{varyy, low - varxx}
set{sell, varyy}
draw sell on plot close
add column sell

volume > 100000
chart-length is 4 months


]



hp722c

gmg733
788 posts
msg #91690
Ignore gmg733
4/26/2010 9:34:22 PM

hey, that is a page out of my book. :)

four
5,087 posts
msg #91693
Ignore four
4/26/2010 11:31:39 PM

How do these compare to your filters?

Thanks

Percent move
Time frame
etc.

gmg733
788 posts
msg #91944
Ignore gmg733
5/2/2010 6:18:28 PM

date offset 0

close is above 4
volume(30) is above 750000
stock is optionable
not etf

RSI(2) crossed above 70
set{RSIold1,RSI(2) one days ago}

*/RSI(2) crossed above 25 within last 2 days
RSIold1 is below 5

set{RSIdelta,RSI(2)-RSIold1}

set{voldelta,daily volume/average volume(5)}
voldelta is above 1.00

draw EMA(21)
draw Bollinger Band(20,2)
draw MACD(2,3,1)
draw weekly RSI(2)
draw weekly MACD(2,3,1)
do not draw voldelta
do not draw RSIold1
do not draw profit
draw MA(50)
draw MA(200)

add column voldelta
add column RSIdelta
add column RSIold
add column RSI(2)
sort column 5 ascending

chart-time is 6 months
chart-type is candlestick

StockFetcher Forums · Filter Exchange · rsi2 above 2 and above 75<< >>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.