StockFetcher Forums · General Discussion · Is anyone making overall gains using stockfetcher??<< 1 2 >>Post Follow-up
frankis
12 posts
msg #31998
Ignore frankis
5/7/2004 3:34:06 AM

yepher,

Yes, I'm looking for the kind of spikes NQL and TI, this combined with
OBV Parabolic SAR's and pending quarterly reports and other fundamentals
can help one make a choice weather to buy or not.

Frankis



yepher
359 posts
msg #32003
Ignore yepher
5/7/2004 3:48:13 PM

frankis,

I think you can learn to program these filters. SF has a fairly easy language to learn. The hardest part typically is defining exactly what you are looking for. I think the biggest mistake is writing filters without fist defining your strategy. With that said there is value in experimentation with filters to get a feel for how a particular indicator behaves. Just my $.02.


Here is a filter that I think better fits what you are looking for. This should yield stocks that have had an unusual volume spike but who's price has not changed drastically in the last few days. The price move is a little loose in this filter with the focus on the volume.

I typically don't like to use the "set" command because I feel it reduces the readability but this seems to be the quickest route to solve the problem. If you get the urge you might play with OBV to try and detect these moves without resorting to set commands. I added the OBV indicator to the chart so you can get a feel for how it behaves in relation to this filter. Another indicator that maybe useful is EMV due to it's volume and price relationship.

Fetcher[
set{ volumeSample1, volume 5 day high}
set{ volumeSample2, volume 5 day high 6 days ago}
set{ volumeDelta, volumeSample1 - volumeSample2}
set {volumeDelta1, volumeDelta 5 days ago}

volumeDelta is more than 800% above volumeSample2
AND volumeDelta above volumeDelta1
AND volumeDelta above 900000
AND volumeDelta1 below 0


AND day range has been below 5% for 5 days
AND CMA(MACD Fast Line(12,26), 5) is below 0.1
AND CMA(MACD Fast Line(12,26), 5) is above -0.1
AND close-to-open gap has been 0 for last 5 days

AND draw OBV
]




Good luck with your insider detection :)


StockFetcher Forums · General Discussion · Is anyone making overall gains using stockfetcher??<< 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.