StockFetcher Forums · General Discussion · Niko:<< 1 2 3 >>Post Follow-up
TheRumpledOne
6,407 posts
msg #53087
Ignore TheRumpledOne
7/13/2007 8:46:01 PM

Nice work, Niko!!

nikoschopen
2,824 posts
msg #53093
Ignore nikoschopen
7/13/2007 11:04:35 PM

Thanks. It's for you and other RSI devotees.

mystiq
650 posts
msg #97204
Ignore mystiq
modified
10/26/2010 1:43:22 AM

Fetcher[
set{two2, count(rsi(2) > rsi(2) 1 day ago, 1)}
set{five2, count(rsi(5) > rsi(5) 1 day ago, 1)}
set{ten2, count(rsi(10) > rsi(10) 1 day ago, 1)}
set{twenty2, count(rsi(20) > rsi(20) 1 day ago, 1)}
set{sum992, two2 + five2}
set{sum982, sum992 + ten2}
set{sum972, sum982 + twenty2}
add column sum972{rsibow}
set{triggera, count(rsi(2) cross above 30, 1)}
set{triggerb, count(rsi(2) cross below 60, 1)}
set{trigger2a, triggera - triggerb}
set{triggerc, count(rsi(5) cross above 30, 1)}
set{triggerd, count(rsi(5) cross below 60, 1)}
set{trigger2b, triggerc - triggerd}
set{trigger2, trigger2a + trigger2b}

set{triggere, count(williams %r(2) cross above -50, 1)}
set{triggerf, count(williams %r(2) cross below -50, 1)}
set{trigger2c, triggere - triggerf}

set{trigger3, trigger2 + trigger2c}
add column trigger3{trigger}
add column trigger2b{rs5x}


close <= 50
close >= 10
Average Volume(90) >= 5000000
optionable
shares outstanding <= 100
draw weekly rsi(2)

draw rsi(2) on plot rsi(10)
draw rsi(5) on plot rsi(10)
draw rsi(20) on plot rsi(10)
draw rsi(10) line at 60
draw rsi(10) line at 30

]



rsibow = 4 ; long
rsibow = 0 ; short
trigger = 3 ; buy
trigger = -3 ; sell
rs5x = 1 ; buy
rs5x = -1 ; sell

StockFetcher Forums · General Discussion · Niko:<< 1 2 3 >>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.