StockFetcher Forums · General Discussion · help with rsi(2) < 3 and Rsi(2) > 97<< >>Post Follow-up
traderpro
37 posts
msg #51376
Ignore traderpro
4/29/2007 8:54:05 PM

im trying to find stocks that reached these levels most often within the last 6 months. my goal is simply to short them when they r above 97 and long them below < 3....your help is greatly appreciated...TY

TheRumpledOne
6,407 posts
msg #51389
Ignore TheRumpledOne
modified
5/1/2007 8:58:29 AM

Fetcher[
set{rsihi, count(rsi(2) > 97, 1)}
set{rsilo, count(rsi(2) < 3, 1)}
set{rsitrade, rsihi + rsilo }

add column rsihi
add column rsilo

rsitrade above 0

close above 1
volume above 1000000

sort column 5 descending
]



I think I posted something along these lines years ago...

HTH.


traderpro
37 posts
msg #51417
Ignore traderpro
5/3/2007 11:47:54 PM

TRO... ur a class act...TY

maxreturn
745 posts
msg #51420
Ignore maxreturn
modified
5/4/2007 9:49:50 AM

TRO & Traderpro. I modified slightly to show the count over the last 100 days. Not quite 6 months that you were looking for but the best SF can do with the 100 period limitation for the count function. Also added some other indicators:

Fetcher[set{rsihi, count(rsi(2) > 97, 100)}
set{rsilo, count(rsi(2) < 3, 100)}
set{rsitrade, rsihi + rsilo }

add column rsihi
add column rsilo

rsitrade above 0

close above 1
volume above 1000000
draw rsi(2)
draw weekly macd fast line
draw macd fast line
draw ema(20) and draw ema(50) and draw ema(200)

sort column 5 descending
]



Regards
Max


traderpro
37 posts
msg #51428
Ignore traderpro
5/4/2007 10:05:41 PM

awesome........TY Max

StockFetcher Forums · General Discussion · help with rsi(2) < 3 and Rsi(2) > 97<< >>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.