StockFetcher Forums · Filter Exchange · STOCK PICKER - LOW BELOW LOWER BB<< >>Post Follow-up
TheRumpledOne
6,407 posts
msg #55862
Ignore TheRumpledOne
10/20/2007 1:22:19 PM

Fetcher[
/* TRO 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 above 20
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
]




You can run this before the market opens to find stocks to trade OR you can run it after the market opens to find stocks that may be running up.


ojsusf
6 posts
msg #56006
Ignore ojsusf
10/25/2007 3:47:40 AM

Hi TRO,

In thsi filter, you are looking for price penetrate lower band within last 2 days and also have green bar today. What are your expecting to trade on this setup? waiting for potential break up or break down? or use high volume to confirm the strength of reversal?

appreciate ur input.

Thanks,
OJ

TheRumpledOne
6,407 posts
msg #56008
Ignore TheRumpledOne
10/25/2007 7:58:13 AM

Looking for price to continue heading up.



StockFetcher Forums · Filter Exchange · STOCK PICKER - LOW BELOW LOWER BB<< >>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.