StockFetcher Forums · Filter Exchange · THEE ABSOLUTE ((( BOTTOM ))) FILTER!<< 1 ... 12 13 14 15 16 ... 18 >>Post Follow-up
MACDONALD
18 posts
msg #102443
Ignore MACDONALD
8/24/2011 1:29:03 PM

Can anyone find any common parameter that any stocks going up might have in common??

Eman93
4,750 posts
msg #102449
Ignore Eman93
8/24/2011 6:09:37 PM

Yes the dow is going up....

MACDONALD
18 posts
msg #102455
Ignore MACDONALD
8/25/2011 2:05:48 PM

for the Richard Crainium..technical parameters!!

jimvin
170 posts
msg #102462
Ignore jimvin
8/25/2011 9:58:05 PM

Each market has its own personality.

I've found that P&F Charts in the current market are a poor predictor for my style of short-term trading. Prior to the market shoft (Jan-Apr) they worked well as a filter element.

I've found good predictors in the current market include strong MACD, strong RSI, and strong candlestick patterns, paricularly those showing no greap recent leaps in price.

risjr
229 posts
msg #129341
Ignore risjr
6/22/2016 3:53:35 PM

This is a Great Filter! Just need to narrow down the stock selections to 10 or so a day.

Any recommendations are greatly appreciated

thanks

SFMc01
358 posts
msg #129358
Ignore SFMc01
6/23/2016 1:40:23 PM

risr: Speciifically, which filter are you using?

Thanks,
Steve

pthomas215
1,251 posts
msg #129362
Ignore pthomas215
6/23/2016 3:21:28 PM

steve, he is probably referring to the last one posted. It's a good one. my problem with some of these rsi(2) filters is that you really dont know when the escalation starts. for example HBAN had popped up on one of the rsi(2) filters for 3 straight days. then I think it popped overnight.

I took some other thoughts people had and refined it a bit to catch stocks on the way up. i use this for 3 day swing trading. fyi

Fetcher[
60 day slope of the close below 0
close below linear regression(60)
close below linear regression(60) 1 day ago
close between 1 and 21
average volume(30) above 500000
sort column 3 descending
close is more than 4% above close 1 day ago

/* STOCK DASHBOARD DISPLAY for newbies and old pros */

set{E36b,days(ema(3) is above ema(6),100)}
set{E36a,days(ema(3) is below ema(6),100)}
set{E3xE6, E36a - E36b}

set{E50200b,days(ma(50) is above ma(200),100)}
set{E50200a,days(ma(50) is below ma(200),100)}
set{M50xM200, E50200a - E50200b}

set{E1326b,days(ema(13) is above ema(26),100)}
set{E1326a,days(ema(13) is below ema(26),100)}
set{E13xE26, E1326a - E1326b}

set{CCb,days(close is above close 1 day ago,100)}
set{CCa,days(close is below close 1 day ago,100)}
set{CxC, CCa - CCb}

set{E5b,days(close is above ema(5),100)}
set{E5a,days(close is below ema(5),100)}
set{CxE5, E5a - E5b}


set{E50b,days(close is above ma(50),100)}
set{E50a,days(close is below ma(50),100)}
set{CxM50, E50a - E50b}

set{E200b,days(close is above ma(200),100)}
set{E200a,days(close is below ma(200),100)}
set{CxM200, E200a - E200b}


set{T10, count(10 day slope of the close above 0,1)}
set{T60, count(60 day slope of the close above 0,1)}
set{T200, count(200 day slope of the close above 0,1)}

Set{a1, T200 * 1}
Set{a2, T60 * 10}
Set{a3, T10 * 100}

Set{aa, a1 + a2}
Set{TREND, aa + a3}

set{v, volume 1 day ago}
set{volinc, volume - v}
set{volpc, volinc / v}
set{volpct, volpc * 100}

set{VolZ, days(volume < 1,100)}
set{VolUp, days(volume is below volume 1 day ago,100)}
set{VolDn, days(volume is above volume 1 day ago,100)}
set{VolCnt, VolUp - VolDn}

set{vck1, volume 1 day ago }
set{vck, volume / vck1 }
set{vdbl, days(vck < 2, 100)}


set{PARBuy, count(close crossed above Parabolic SAR, 5) }
set{DMIBuy, count( di(14) Difference crossed above 0 , 5) }
set{DMIBuyX, count( di(14) Difference above 0 , 1) }

set{PARSell, count(close crossed below Parabolic SAR, 5) }
set{DMISell, count( di(14) Difference crossed below 0, 5) }
set{DMISellX, count( di(14) Difference below 0, 1) }

set{PARSBuy1, PARBuy * DMIBuy}
set{PARSBuy, PARSBuy1 * DMIBuyX}

set{PARSSell1, PARSell * DMISell}
set{PARSSell, PARSSell1 * DMISellX}

set{PARSTrade, PARSBuy + PARSSell}

set{HiOp, high - open}

and add column VolCnt
and add column Vdbl
and add column volpct

and add column HiOp
and add column Trend

and add column CxC {CxC_}
and add column CxE5 {CxE5}

and add column E3xE6 {E3xE6}
and add column E13xE26 {E13xE26}


and add column CxM50
and add column CxM200
and add column M50xM200

add column rsi(2)
add column weekly rsi(2)

add column PARSBuy
add column PARSSell


and draw Parabolic SAR
and draw +di(14)
and draw -di(14)
and draw adx(14)
and draw di(14) difference

draw MACD Fast Line(12,26,9) and MACD Slow Line(12,26,9)
draw RSI(10)

draw cci(61) line at 0
draw cci(61) line at 150
draw cci(10) line at 0

DRAW WEEKLY IFT(2,1)
DRAW WEEKLY IFT(2,1) LINE AT .90
DRAW WEEKLY IFT(2,1) LINE AT -.90
]



SFMc01
358 posts
msg #129364
Ignore SFMc01
6/23/2016 5:55:02 PM

pthomas215: Thank you

risjr
229 posts
msg #129390
Ignore risjr
6/24/2016 1:15:47 PM

The one on the 1st page is really good!! I have been able to isolate some of the best picks by using some of the existing criteria. But this still have over 100 stocks..vs 400 plus!! Some of these picks do 10 % in a week. Thanks in advance


pthomas215
1,251 posts
msg #129394
Ignore pthomas215
6/24/2016 5:56:38 PM

RISJR, I like that one. I cant seem to get it to work without pulling up Tuesday first. I dont know if it was debugged or something.

can you re-post the filter you use?

StockFetcher Forums · Filter Exchange · THEE ABSOLUTE ((( BOTTOM ))) FILTER!<< 1 ... 12 13 14 15 16 ... 18 >>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.