StockFetcher Forums · Filter Exchange · Bottom Play Filter Help<< >>Post Follow-up
updown
18 posts
msg #40525
Ignore updown
1/20/2006 5:46:20 PM

I am looking for a filter to pick up bottom plays under $5 can anyone help me?


riggs
313 posts
msg #40526
Ignore riggs
1/20/2006 6:38:14 PM

updown -


Fetcher[show stocks where close is near Bottom Linear Regression Line(60)and close is below 5 and average volume(90)is above 100000 and volume is above 100000 add column RSI(2)add column bottom linear regression line(60)sort column 2 descending offset 0 days

/* MP RSIWLR ANALYZER DISPLAY */

/* NORMALIZE accumulation distribution */

set{adval, INDPOSITION(accumulation distribution, 60) * 100 }

/* NORMALIZE momentum(12) */

set{moval, INDPOSITION(momentum(12), 60) * 100}

/* NORMALIZE rsi(2) */

set{rsval, RSI(2) }

/* NORMALIZE williams %r(10) */

set{wrval, INDPOSITION(williams %r(10), 60) * 100 }


/* DRAW THE MP RSIWLR CHART */

and draw wrval
and draw adval on plot wrval
and draw moval on plot wrval
and draw rsval on plot wrval
]








riggs
313 posts
msg #40528
Ignore riggs
1/20/2006 6:53:19 PM

You can thank THERUMPLEDONE for this one....Really, for both of them.

Fetcher[show stocks where RSI(2)is below 1 and close is below 5 and average volume(90)is above 100000 and volume is above 100000 add column RSI(2)add column Bottom Linear Regression(60)sort column 5 and offset 0 days

/* MP RSIWLR ANALYZER DISPLAY */

/* NORMALIZE accumulation distribution */

set{adval, INDPOSITION(accumulation distribution, 60) * 100 }

/* NORMALIZE momentum(12) */

set{moval, INDPOSITION(momentum(12), 60) * 100}

/* NORMALIZE rsi(2) */

set{rsval, RSI(2) }

/* NORMALIZE williams %r(10) */

set{wrval, INDPOSITION(williams %r(10), 60) * 100 }


/* DRAW THE MP RSIWLR CHART */

and draw wrval
and draw adval on plot wrval
and draw moval on plot wrval
and draw rsval on plot wrval
]






riggs
313 posts
msg #40529
Ignore riggs
1/20/2006 7:14:36 PM

updown -

This one won't get many hits, but on days that do, They will be $MONEY$...

Fetcher[show stocks where close is below open 1 day ago and low reached a new 1 week low and low is more than 2 percent below low 1 day ago and low is more than 2% below close and close is above open and low is near Bottom Linear Regression line(60)close is below 5 and average volume(90)is above 100000 and volume is above 100000 and do not draw low 1-week low and add column Bottom Linear Regression(60)and sort column 2 descending offset 0 days

/* MP RSIWLR ANALYZER DISPLAY */

/* NORMALIZE accumulation distribution */

set{adval, INDPOSITION(accumulation distribution, 60) * 100 }

/* NORMALIZE momentum(12) */

set{moval, INDPOSITION(momentum(12), 60) * 100}

/* NORMALIZE rsi(2) */

set{rsval, RSI(2) }

/* NORMALIZE williams %r(10) */

set{wrval, INDPOSITION(williams %r(10), 60) * 100 }


/* DRAW THE MP RSIWLR CHART */

and draw wrval
and draw adval on plot wrval
and draw moval on plot wrval
and draw rsval on plot wrval
]









riggs
313 posts
msg #40530
Ignore riggs
1/20/2006 7:35:01 PM

Fetcher[Set{Bullpower, high minus ema(13)}
Set{Bearpower, low minus ema(13)}
Bullpower is below 0
Bearpower is below 0
Bearpower has been increasing the last 1 day
Close is near Bottom Linear Regression Line(60)
Draw Bullpower
Draw Bearpower
Draw IFT(5,9)
Average volume(90)is above 100000
Volume is above 100000
Close is below 5
Add column Bottom Linear Regression Line(60)
Sort column 2 descending
Offset 0 days

/* MP RSIWLR ANALYZER DISPLAY */

/* NORMALIZE accumulation distribution */

set{adval, INDPOSITION(accumulation distribution, 60) * 100 }

/* NORMALIZE momentum(12) */

set{moval, INDPOSITION(momentum(12), 60) * 100}

/* NORMALIZE rsi(2) */

set{rsval, RSI(2) }

/* NORMALIZE williams %r(10) */

set{wrval, INDPOSITION(williams %r(10), 60) * 100 }


/* DRAW THE MP RSIWLR CHART */

and draw wrval
and draw adval on plot wrval
and draw moval on plot wrval
and draw rsval on plot wrval
]














updown
18 posts
msg #40542
Ignore updown
1/21/2006 12:54:58 PM

thank you for your help


StockFetcher Forums · Filter Exchange · Bottom Play Filter Help<< >>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.