StockFetcher Forums · Filter Exchange · ERSI Volatility<< >>Post Follow-up
tomm1111
202 posts
msg #68935
Ignore tomm1111
11/2/2008 12:41:02 AM

This filter screens movers (the good, bad, and the ugly). Use to your liking. Modify the "average day range (x)" to control the # of hits. Credit to TRO for the STAT SCAN.

Fetcher[
/* ERSI Volatility Filter */

show stocks where close is above 1
and volume is above 300000
and ERSI(5,2) is decreasing for last 3 days
and rsi(2) is below 5
and average day range (10) above 10%
and chart-time is 60 days
and not otcbb

draw bollinger bands(20,2)
draw Linear Regression Channel(60)

/* TRO STAT SCAN - 10 PERCENT POPS PER WEEK */

set{xRange, high - low}
set{AvgRng, cma(xRange,5) }
set{HiOp, high - open}
set{Long_Profit, HiOp/open }

set{B10A, count(Long_Profit > .10 , 100)}

set{A10A, count(Long_Profit > .10 , 1)}
set{chg, sum( A10A - A10A 1 day ago ,5)}

and add column separator
and add column B10A {GT10%}
and add column AvgRng

add column chg{(wk)}
add column chg 1 week ago{(-1wk)}
add column chg 2 weeks ago{(-2wk)}
add column chg 3 weeks ago{(-3wk)}
add column chg 4 weeks ago{(-4wk)}
add column chg 5 weeks ago{(-5wk)}
add column chg 6 weeks ago{(-6wk)}
add column chg 7 weeks ago{(-7wk)}
add column chg 8 weeks ago{(-8wk)}
and add column separator
add column industry
add column sector
and add column separator

and sort by column 6 descending
]



tomm1111
202 posts
msg #68944
Ignore tomm1111
11/2/2008 8:52:00 PM

After taking another look at this, the ERSI part doesn't do as much as the RSI part. It is basically a RSI and ADR filter. The forum has many RSI filters posted. Take your pick.

StockFetcher Forums · Filter Exchange · ERSI Volatility<< >>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.