StockFetcher Forums · Filter Exchange · Quick question about filter for closing in top/bottom of daily range<< >>Post Follow-up
jhenninger
63 posts
msg #77439
Ignore jhenninger
8/11/2009 12:03:46 PM

Hello all,

I currently run a scan to look for high volume "momentum" stocks that have displayed significant volatility, volume, and price action toward the end of the session. However, sometimes this scan can be quite lengthy and I am only really looking for those stocks that have displayed "continued momentum characteristics" and have managed to close near the upper/lower portion of the daily range.

So my question is:

Does anyone know of some simple syntax that I can insert that would accomplish this?

Thank you very much in advance,

Jon

dwiggains
441 posts
msg #77443
Ignore dwiggains
8/11/2009 2:05:14 PM

Hi
This filter I have used for quite a while

Fetcher[
set {v, volume / average volume (90)} and close > 1 and average volume (90) > 200,000 add column v and sort column 5 descending and set {r, atr (1) / atr (10)} add column r and v > 5 and r > 3
]



To add closing near the top .

Fetcher[
set { top, high / close} add column top
set {v, volume / average volume (90)} and close > 1 and average volume (90) > 200,000 add column v and sort column 5 ascending and set {r, atr (1) / atr (10)} add column r and v > 5 and r > 3
]



To add closing near the bottom

Fetcher[
set { bottom, low / close} add column bottom
set {v, volume / average volume (90)} and close > 1 and average volume (90) > 200,000 add column v and sort column 5 ascending and set {r, atr (1) / atr (10)} add column r and v > 5 and r > 3 and close < close 1 day ago
]



Play around with this and see if it helps.

see ya
david

jhenninger
63 posts
msg #77447
Ignore jhenninger
8/11/2009 3:15:26 PM

Thanks for the reply David, I appreciate it.

Curious though, is there a different way to input the closing near the high/closing near the low syntax into a more user friendly way?

For instance, my filter is incredibly basic (because I don't want to be overly restrictive), and is as follows:

Show stocks where Close gained more than 4 percent over the last 1 day
and volume gained more than 50 percent over the average volume(60)
and average volume(30) is greater than 300000
and close is above 1.20

Depending on the results (which are obviously highly dependent on overall market conditions), I adjust the numbers above manually toward the final 30 min stretch of the session. My main problem is that sometimes it picks up a lot of stocks that have lost their momentum and are no longer near the highs or lows of the day (thus implying less of a probability of potential follow-through). My main goal is to somehow increase the efficiency of the scan by reducing those items. I have tried to attach your coding into my coding and I think basically ends up being 2 scans in 1 that is highly restrictive. Any additional thoughts on a way around this?

Thanks again,

Jon

jhenninger
63 posts
msg #77450
Ignore jhenninger
8/11/2009 3:29:19 PM

Actually, disregard the previous message. I was initially confused by the syntax, but think I have figured it out. I'm not much of a math-type/programmer person, more visual... ;)

Thx again..

StockFetcher Forums · Filter Exchange · Quick question about filter for closing in top/bottom of daily range<< >>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.