StockFetcher Forums · General Discussion · penny crap pick IV<< 1 2 3 4 5 >>Post Follow-up
TheRumpledOne
6,407 posts
msg #55836
Ignore TheRumpledOne
modified
10/19/2007 11:35:54 AM

SNUS rsi(2) = .06

Fetcher[
apply to symlist(snus)
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{E13b,days(close is above ema(13),100)}
set{E13a,days(close is below ema(13),100)}
set{CxE13, E13a - E13b}


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{Cx5a, count(close crossed above ema(5),1) - count(close crossed below ema(5),1)}

set{Cx5b, count(close above ema(5),1) - count(close below ema(5),1)}

set{Cx5, Cx5a + Cx5b}

set{Cx13a, count(close crossed above ema(13),1) - count(close crossed below ema(13),1)}

set{Cx13b, count(close above ema(13),1) - count(close below ema(13),1)}

set{Cx13, Cx13a + Cx13b}

set{x1326a, count(ema(13) crossed above ema(26),1) - count(ema(13) crossed below ema(26),1)}

set{x1326b, count(ema(13) above ema(26),1) - count(ema(13) below ema(26),1)}

set{x1326, x1326a + x1326b}

set{A0, count(rsi(2) equal rsi(2) 5 day low, 1)}
set{A1, count(rsi(2) equal rsi(2) 13 day low, 1)}
set{A2, count(rsi(2) equal rsi(2) 26 day low, 1)}
set{A3, count(rsi(2) equal rsi(2) 50 day low, 1)}
set{A4, count(rsi(2) equal rsi(2) 200 day low, 1)}

set{xBB1, count(HIGH crossed above the upper bollinger band (20),1) - count(LOW crossed below the lower bollinger band (20),1)}

set{xBB2, count(close above the upper bollinger band (20),1) - count(close below the lower bollinger band (20),1)}

set{xBB, xBB1 + xBB2}

set{xLR1, count(HIGH crossed above the top linear regression line(60),1) -
count(LOW crossed below the bottom linear regression line(60),1)}

set{xLR2, count(close above the top linear regression line(60),1) - count(close below the bottom linear regression line(60),1)}

set{xLR, xLR1 + xLR2}

set{wBB1, count(HIGH crossed above the weekly upper bollinger band (20),1) - count(LOW crossed below the weekly lower bollinger band (20),1)}

set{wBB2, count(close above the weekly upper bollinger band (20),1) - count(close below the weekly lower bollinger band (20),1)}

set{wBB, wBB1 + wBB2}

set{wLR1, count(HIGH crossed above the weekly top linear regression line(60),1) - count(LOW crossed below the weekly bottom linear regression line(60),1)}

set{wLR2, count(close above the weekly top linear regression line(60),1) -
count(close below the weekly bottom linear regression line(60),1)}

set{wLR, wLR1 + wLR2}

and add column CxC {C_x_C}
and add column Cx5 {C_x_5}
and add column E13xE26 {E13xE26}

and add column RSI(2)
and add column RSI(2) 5 day low
and add column RSI(2) 13 day low
and add column RSI(2) 26 day low
and add column RSI(2) 50 day low
and add column RSI(2) 200 day low

and add column xBB {BBx_}
and add column xLR {LRx_}
and add column wBB {wBBx}
and add column wLR {wLRx}

add column market
add column industry
]



jrbikes
624 posts
msg #55852
Ignore jrbikes
10/19/2007 10:02:14 PM

No problem Rump, This is a killer filter, when they line up and trade over resistance, short term, which is usually the long term also, they can fly!

BLLN
FDRA

Both up again today!

I need to modify this filter for a close below open also and just run those 2

I will check out your addition!

Hey 13th, I was at work today, looks like that 2 year study has payed off handsomely, Im ecited about this filter, it picks some nice ones for the pennies!

When I go nights, we will be talking! (chat)

jrbikes
624 posts
msg #55855
Ignore jrbikes
modified
10/19/2007 10:20:43 PM

ANH over 6.48 on the gap or volume! ( trying just for fun)

BLLN
DMOI
NGI

Look at TNRO

13th_floor
724 posts
msg #55858
Ignore 13th_floor
10/20/2007 11:28:35 AM

Jr,

If the idea is to catch ones like SHRP then the filter should read "price crossed above bollinger band".
Note that "closed below" the filter will not pick it up as the close price is a hair above the lbb.

Looks like this:

Fetcher[where close is above open
and price crossed above lower bollinger band(20)
and volume is greater than 100000 and price is between .01 and 3
offset is 10/17/07
]



With a 1 day offset for yesterdays trading it brought up CHWG, a stock we traded all day in Muddys chat that opened slightly green then started to run at .10 all the way to a high of .28 on 22 million shares and a tradeable tightish spread.
To have a 100%+ trade when the market got crushed is a gift that i'll take any day.

Image Hosted by ImageShack.us
By the13thone at 2007-10-20

TheRumpledOne
6,407 posts
msg #55859
Ignore TheRumpledOne
modified
10/20/2007 12:23:14 PM

Fetcher[
/* TRO PENNY CRAP STOCK PICKER - LOW BELOW LOWER BB*/

set{LBB, COUNT(LOW below LOWER BOLLINGER BAND(20) , 2) }

LBB ABOVE 0

volume is greater than 100000
price is between .01 and 3
close above open


/* profit checker display - long only */

set{ LongProfit, high - open}
set{LongDays, count(longprofit above .05, 100) }
add column LongProfit
add column LongDays
and add column cma(longprofit, 100)


/* VOLUME CALCULATIONS */
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{VlXvl, VolUp - VolDn}

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

and add column VlXvl
and add column Vdbl
and add column volpct

/* END VOLUME CALCULATIONS */

add column industry

sort column 10 descending
]



This will pick up stocks where the low was below the lower BB either yesterday or the day before yesterday.

Thanks for the idea.

I included the VOLUME CALCULATIONS so you can see if the volume has doubled. Notice the stocks where VDBL (volume doubled) is 2. You'll see a few big runners. Hint: VDBL has to be 1 before it can be 2!




luc1grunt
622 posts
msg #55863
Ignore luc1grunt
10/20/2007 5:08:33 PM

How did you save that prophet chart?

jrbikes
624 posts
msg #55866
Ignore jrbikes
10/21/2007 11:22:32 AM

I think the BB was someone else!

My scan is for the pennies that are just starting to slope up and it also points out the stock that are experiencing a support 2 level, this allows an early entry if you believe they have the potential to go up, I have not messed with BB,s

I think Rump had developed it with the BB,s I use the EMA(18)

that .10 to .28 was a killer trade, thats beyond me at this point, Im concentrating on the swing trade set up at this point, I cant day trade because of work!

jrbikes
624 posts
msg #55883
Ignore jrbikes
modified
10/21/2007 7:59:32 PM

has anyone looked at PCSV on a yearly chart, if you would of used my filter and had the guts to hold, then you could of turned $2500 into $15000.00 in a 6 week period, this is the potential of this filter!

Now who knew it would go that high, someone did, now I just need to find out who! LOL!

I realize that there are many filters that would of picked this up, I just like to think mine was the only one! LOL

13th_floor
724 posts
msg #55884
Ignore 13th_floor
10/21/2007 8:41:29 PM

luc1grunt
10/20/2007 5:08:33 PM

How did you save that prophet chart?

Hi Luc, you need to do Shift Printscreen first ,then paste and save the pic in MSPaint or something. Then you need to find a place to upload it. I use imageshack. Then you cut and paste the code they give you into your post.

johnpaulca
12,036 posts
msg #55895
Ignore johnpaulca
10/22/2007 9:06:45 AM

PCSV



StockFetcher Forums · General Discussion · penny crap pick IV<< 1 2 3 4 5 >>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.