StockFetcher Forums · Filter Exchange · narrow year filter request<< >>Post Follow-up
arthur702
38 posts
msg #43531
Ignore arthur702
5/7/2006 12:06:19 PM

Hi, can someone code me a filter that shows stocks whose trading range over the last year was within 5 points. for example see KO trading range. the bollinger squeeze doesnt cut it to find this opportunity so if someone can code this, please do. really appreciate it, thanks.


WALLSTREETGENIUS
983 posts
msg #43541
Ignore WALLSTREETGENIUS
modified
5/7/2006 4:42:28 PM

Made one slight addition....

"price crossed above UPPER Bollinger Band(20)"


This should help finding "breakouts" with INCREASED volatility within the upper and lower bands. Keep an eye on "Williams" accumulation distribution for confirmation.....


Fetcher[/* enter your Upper Limit criteria */
set{UpperLim, High 52 week High}

/* enter your Lower Limit criteria */
set{LowerLim, Low 52 week Low}

set{Double, UpperLim * .50 }

set{LimDiff, UpperLim - LowerLim}
set{PPDiff, CLOSE - LowerLim}
set{PPDiv, PPDiff / LimDiff}
set{BallOn, PPDiv * 100}

set{PCT, LimDiff / LowerLim}

LimDiff below 6

add column LimDiff
add column UpperLim
add column LowerLim

price crossed above upper Bollinger Band(20)

close above 10

avg volume(30) above 500000

sort column 5 descending
]




- RIGGS -




TheRumpledOne
6,407 posts
msg #43536
Ignore TheRumpledOne
modified
5/7/2006 4:47:07 PM

Fetcher[/* enter your Upper Limit criteria */
set{UpperLim, High 52 week High}

/* enter your Lower Limit criteria */
set{LowerLim, Low 52 week Low}

set{Double, UpperLim * .50 }

set{LimDiff, UpperLim - LowerLim}
set{PPDiff, CLOSE - LowerLim}
set{PPDiv, PPDiff / LimDiff}
set{BallOn, PPDiv * 100}

set{PCT, LimDiff / LowerLim}

LimDiff below 6

add column BallOn
add column LimDiff
add column UpperLim
add column LowerLim


close above 10

avg volume(30) above 500000

sort column 5 descending
]



HTH.

MAY ALL YOUR FILLS BE COMPLETE.




TheRumpledOne
6,407 posts
msg #43542
Ignore TheRumpledOne
5/7/2006 4:49:13 PM


Since Riggs suggested looking for breakouts, I added the ballon column (see my post above) so you can see where the stock is positioned within the trading range.

Ballon allows you to pick breakouts, bottom fish, etc...

HTH.




arthur702
38 posts
msg #43546
Ignore arthur702
5/7/2006 10:16:13 PM

thanks!!!!


StockFetcher Forums · Filter Exchange · narrow year filter request<< >>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.