StockFetcher Forums · Filter Exchange · * * rsi 1 and rsi 2 with sum * *<< >>Post Follow-up
four
5,087 posts
msg #98187
Ignore four
modified
12/24/2010 1:15:45 PM

Fetcher[
sum(rsi(1),2) equals 0
sum(rsi(2),2) < 2
close > 1
avgvol(2) > 25000
close > open
]



hp722c

Fetcher[
set{w, sum(rsi(1),5)}
set{ww, sum(rsi(2),2) }
set{x, w + ww}
draw x < 1
close > 1
avgvol(2) > 25000
close > open
draw rsi(2)
]



TheRumpledOne
6,407 posts
msg #98189
Ignore TheRumpledOne
12/24/2010 3:22:30 PM

Fetcher[
set{RSISUM, sum(rsi(2),2) }
set{BUY, COUNT(sum(rsi(2),2) < 2,1) }

BUY above 0
close > 1
avgvol(2) > 25000
close > open

DRAW PLOT BUY
]



Have fun.

four
5,087 posts
msg #98193
Ignore four
modified
12/24/2010 8:14:36 PM

r

mahkoh
1,065 posts
msg #98243
Ignore mahkoh
12/27/2010 4:23:09 PM

I'm a bit puzzled here.
" sum(rsi(1),2) equals 0 " - I believe this means that the value of the 1 day RSI + 2 = 0
Can RSI be negative?


four
5,087 posts
msg #98244
Ignore four
12/27/2010 4:41:02 PM


" sum(rsi(1),2) equals 0 " - I believe this means that the value of the 1 day RSI + 2 = 0

--
http://stockcharts.com/help/doku.php?id=chart_school:technical_indicators:relative_strength_in

RSI oscillates between zero and 100.

--
http://forums.stockfetcher.com/sfforums/?q=view&fid=1004&tid=32061&qrid=&isiframe=

sum(IND,LENGTH): return the sum of a measure, over the specified length.

mahkoh
1,065 posts
msg #98250
Ignore mahkoh
12/27/2010 7:43:07 PM

Thanks, four.
I had come across that help page before but could not really grasp the meaning as the attached example filter didn't make sense to me.
" sum(rsi(1),2) equals 0 " must mean "1 day RSI has been zero for the last two days"

four
5,087 posts
msg #98632
Ignore four
1/18/2011 9:42:12 AM

Fetcher[
set{RSISUM, sum(rsi(2),2) }
set{BUY, COUNT(sum(rsi(2),2) < 10,1) }
set{BUY2, COUNT(sum(rsi(2),2) > 2,1) }
BUY above 0
buy2 above 0
close > 1
avgvol(2) > 1200000
draw rsi(2)
close > open
DRAW PLOT BUY

]



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