StockFetcher Forums · Filter Exchange · Penny Stocks on the move scan<< 1 2 >>Post Follow-up
dmewbourne
15 posts
msg #114396
Ignore dmewbourne
7/10/2013 9:01:18 AM

Looks like a good filter. Thanks for posting it.

Here's what I do to eliminate illiquid stocks:

set{BuyQty,5000 / Close} /* I want to buy $5000 worth to stock */
set{reqVolume,BuyQty / 0.01} /* set volume threshold at 1% */
count(Volume above reqVolume,1) > 0 /* My holdings are less than 1% of volume today */
and do not draw reqVolume

set{reqVolume1,BuyQty / 0.1}
count(Volume above reqVolume1,8) > 5 /* My holdings are less than 10% of volume for 6 out of last 8 days */
and do not draw reqVolume1

Show stocks where high reached a new 90 day high
and close above upper bollinger band
and volume 100% above average volume(90)
and close is < 5
draw aroon oscillator(20)

duke56468
683 posts
msg #114406
Ignore duke56468
modified
7/10/2013 1:52:02 PM

Fetcher[
set{BuyQty,5000 / Close}
set{reqVolume,BuyQty / 0.01}
count(Volume above reqVolume,1) > 0 and do not draw reqVolume

set{reqVolume1,BuyQty / 0.1}
count(Volume above reqVolume1,8) > 5 and do not draw reqVolume1

Show stocks where high reached a new 90 day high
and close above upper bollinger band
and volume 100% above average volume(90)
and close is < 5
draw aroon oscillator(20)
]



oldsmar52
104 posts
msg #114408
Ignore oldsmar52
7/10/2013 6:32:28 PM

Push, do I understand you correctly that when u see the line for the aroon oscillator go straight for a time, you buy? What would u recommend from your past experience....a straight line for 2-3 days? Or more than that? Do u have a maximum # of shares you buy? I'd be afraid I'd get stuck holding them & not able to sell. Tks, Frank

Mactheriverrat
3,135 posts
msg #114413
Ignore Mactheriverrat
7/11/2013 6:20:29 AM

CPST looks good to me for a trendline breakout.

dmewbourne
15 posts
msg #114493
Ignore dmewbourne
7/16/2013 10:57:46 AM

Here it is with a count to catch stocks with 1 to 3 days of reaching new 90 day highs over the last 10 days.

Fetcher[
Show stocks where high reached a new 90 day high
and count(high reached a new 90 day high,10) < 4
and close above open
and close above upper bollinger band
and volume 100% above average volume(90)
and close is < 5
draw aroon oscillator(20)

set{BuyQty,5000 / Close}
set{reqVolume,BuyQty / 0.05} /*changed from 0.5*/
count(Volume above reqVolume,1) > 0 and do not draw reqVolume /* More big winners than 8 and 3, few more losers too*/

set{reqVolume1,BuyQty / 0.2}
count(Volume above reqVolume1,8) > 5 and do not draw reqVolume1
]



StockFetcher Forums · Filter Exchange · Penny Stocks on the move scan<< 1 2 >>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.