StockFetcher Forums · Filter Exchange · StochRSI filter<< >>Post Follow-up
glgene
613 posts
msg #58580
Ignore glgene
12/28/2007 11:47:32 AM

Has anyone here developed a search filter using StochRSI? If so, would you be so kind to give me an example of one ... that works.

davesaint86
725 posts
msg #58646
Ignore davesaint86
modified
12/31/2007 11:14:41 PM

Fetcher[draw stochrsi(12) on plot stochrsi(25)

show stocks where the StochRSI(12) crossed above .8 and draw StochRSI(12) and where StochRSI(25) crossed above .5 and draw StochRSI(25) and Average Volume(60) is above 300000 and close is between 5 and 250
set{LimDiff55, high 55 day high minus low 20 day low}
set{PPDiff55, CLOSE minus Low 20 day low}
set{PPDiv55, PPDiff55 / limdiff55}
set{BallOn55, PPDiv55 * 100}
set{LimDiff26, high 26 week high minus low 26 week low}
set{PPDiff26, CLOSE minus Low 26 week low}
set{PPDiv26, PPDiff26 / limdiff26}
set{BallOn26, PPDiv26 * 100}

add column separator
add column rs
add column separator
add column ADX(10,10) {ADX10}
add column separator
add column Money Flow Index(15) {MFI15}
add column separator
add column buy
add column separator
add column hold
add column separator
add column sell
add column separator
add column sell2
add column separator
set{Stop, Low * .05}
add column Stop
add column separator
set{StopLoss, low - stop}
add column Stoploss
add column separator
add column rsi(14){drsi14}
add column separator
add column weekly rsi(5){wrsi5}
add column separator
add column ballon26
add column separator
add column ballon55
add column separator

* Relative Strength Rating */

set{range, high 52 week high - low 52 week low}
set{ppdif, close - low 52 week low}
set{ppdiv, ppdif / range}
set{rs, ppdiv * 100}

and draw CCI (20) line at 100.00 and draw CCI (20) line at -200.00
and draw Slow Stochastic(12,3) Fast %K line at 20.00 and draw Slow Stochastic(12,3) Fast %K line at 80.00
and draw Slow Stochastic(12,3) Fast %K line at 50.00


add column Open {TDO}
add column separator
add column High {TDH}
add column separator
add column Low {TDL}
add column separator
add column Close {TDC}
add column separator

add column Open 1 day ago {PDO}
add column separator
add column High 1 day ago {PDH}
add column separator
add column Low 1 day ago {PDL}
add column separator
add column close 1 day ago {PDC}
add column separator
add column volume 1 day ago {PDV}



/* high reached a new 20 day high in the last 1 day
close >15
volume > 50000
ma(50) > ma(200)
shares outstanding < 100 */
draw ballon55 on plot ballon26
draw ballon26 line at 75
draw rsi(14) line at 75
draw rsi(14) line at 65
draw weekly rsi(5) on plot rsi(14)
set{buy, count(high reached a new 20 day high within the last 1 day,1)}
set{sell, count(close reached a new 10 day low within the last 1 day,1)}
set{hold, count( ballon26 above 75 , 1) }
set{sell2, count( ballon26 crossed below 75 , 1) }
sort column 12 descending
]



Access this URL http://stockcharts.com/def/servlet/Favorites.CServlet?obj=ID2362958 This will take you to the StockCharts Public Charts Look at the first QQQQ chart. This explains what constitutes buy and sell signals.

Davesaint

glgene
613 posts
msg #58889
Ignore glgene
1/10/2008 3:50:23 PM

Thanks so much, Dave. I'll certainly work with your ideas.

StockFetcher Forums · Filter Exchange · StochRSI filter<< >>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.