StockFetcher Forums · Filter Exchange · Catch the rsi(2) corner (or a little early)<< 1 2 3 >>Post Follow-up
mhome
12 posts
msg #103573
Ignore mhome
12/2/2011 5:56:00 AM

Hi four,

I really like your first example code. Could you please post an inverse (rsi(98)) example? I am having trouble implementing this logic :)

Thanks!

four
5,087 posts
msg #103582
Ignore four
modified
12/2/2011 12:03:23 PM

Short Ideas
http://forums.stockfetcher.com/sfforums/?q=view&fid=1002&tid=102784&qrid=


---------


Fetcher[
dividend yield is between 1% and 12%
add column dividend yield
set{x, cos(rsi(2))}
draw x > 0
draw rsi(2) > 85
macd(2,3,1) > 0.1
macd(2,3,1) < macd(2,3,1) 1 day ago
]



four
5,087 posts
msg #103996
Ignore four
modified
12/25/2011 5:38:12 PM

Fetcher[
rsi(14) between 36 and 44
rsi(2) < 0.90
volume > 123000
close > 5
]



four
5,087 posts
msg #104062
Ignore four
12/30/2011 6:39:47 PM

Fetcher[volume > 123133 and close > 3

rsi(2) < 5
rsi(14) < 40
rsi(100) < 50

not otcbb

annual dividend is between 0 and 20.0
and add column annual dividend
set{div_yield, dividend / close}
set{yield, div_yield * 100}
add column yield > 0


chart-length is 4.5 months
]



push5280
197 posts
msg #104069
Ignore push5280
12/30/2011 9:00:22 PM

try using slow stochastics(3,5) with the fast line below 25

four
5,087 posts
msg #104087
Ignore four
12/31/2011 3:56:13 PM

Fetcher[/*Using MA in the formula : RSI = 100 - (100/(1+RS))*/
set{x, max(ma(5),ma(3)) / min(ma(3),ma(2))}
draw x and draw rsi(2)
x > 1.2
set{qa, 1 + x}
set{qaa, 100 / qa}
set{qaaa, 100 - qaa}
draw qaaa
not otcbb
close > 5 and volume > 123123
]



four
5,087 posts
msg #104091
Ignore four
12/31/2011 5:33:50 PM

Fetcher[
draw cci(14) between -145 and -150
draw rsi(2) < 5
close > 5
avgvol(2) > 120000
]



four
5,087 posts
msg #104387
Ignore four
1/13/2012 5:22:09 PM

Fetcher[

set{x, count(rsi(14) < rsi(14) 1 day ago,1)}
set{xx, rsi(14) * x}
draw xx on plot rsi(14)
sp500
add column rsi(14)
add column xx
xx 1 day ago equals rsi(14) 1 day ago
rsi(2) < 25
xx < rsi(14)

]



four
5,087 posts
msg #104594
Ignore four
modified
1/22/2012 10:44:15 PM

Fetcher[
DRAW RSI(3) ON PLOT RSI(2)
SET{XX, RSI(3) - RSI(2)}
RSI(3) < 3
VOLUME > 123654
SET{Z, XX / RSI(3)}
DRAW Z < 1
set{cnt, count(nasdaq,1) + count(sp500,1)}
cnt > 0
do not draw cnt
add column market
]


P221W

four
5,087 posts
msg #105047
Ignore four
2/19/2012 1:56:05 AM

Fetcher[
draw rsi(2) < 25
draw cci(10) < -120
draw cci(10) line at -120
cci(10) > cci(10) 1 day ago
annual dividend > 1%
volume > 123123
]



StockFetcher Forums · Filter Exchange · Catch the rsi(2) corner (or a little early)<< 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.