StockFetcher Forums · Filter Exchange · CRAZY BOLLINGER VOLUME....<< >>Post Follow-up
chetron
2,817 posts
msg #61959
Ignore chetron
4/30/2008 9:22:33 AM

JP/MARY INFLUENCE...

Fetcher[

Set{vMA40,CMA(volume,40)}
set{vSD,cstddev(volume,40)}
set{vSD40,.40 * vSD}
set{vBOLU,vMA40 + vSD40}
set{vBOLD,vMA40 - vSD40}
set{varvol,volume}
set{vvtrig,vbolu / varvol}
SET{TRIP_WIRE,COUNT(VOLUME > vBOLU,13)}

Set{vMA9,CMA(volume,9)}
set{vBOLU9,vMA9 + vSD40}
set{vBOLD9,vMA9 - vSD40}

draw varvol on plot varvol
DRAW VBOLU ON PLOT varvol
DRAW VBOLD ON PLOT varvol

draw vma9 on plot varvol
draw vbolu9 on plot varvol
draw vbold9 on plot varvol


vbolu9 crossed above vbolu
rsi(2) below 25
CLOSE > 1
VOLUME > 100000

]



lfrisch
27 posts
msg #62008
Ignore lfrisch
5/1/2008 12:47:17 AM

This is interesting. However, you may want to find stocks with a high real time volume multiple. Try madscan free at www.madscan.com use promo code lfm100. Let me know how it works out for you.

chetron
2,817 posts
msg #62011
Ignore chetron
5/1/2008 7:20:46 AM

OR EVEN ...

Fetcher[

/* TACHIKAWA */

SET{HILO,HIGH - LOW}


SET{VRANGE,INDPOSITION(HILO(2),60) * 100}
SET{VVOL,INDPOSITION(VOLUME(2),60) * 100}
SET{TRIG,VVOL - VRANGE}

DRAW VRANGE ON PLOT VRANGE
DRAW VVOL ON PLOT VRANGE

ADD COLUMN HILO
ADD COLUMN VRANGE
ADD COLUMN TRIG

TRIG ABOVE 0
CLOSE > 1

]



nikoschopen
2,824 posts
msg #62015
Ignore nikoschopen
5/1/2008 12:11:03 PM

SET{VRANGE,INDPOSITION(HILO(2),60) * 100}
SET{VVOL,INDPOSITION(VOLUME(2),60) * 100}

Nice filter, except I ain't too sure about them "(2)" parameters. You might wanna look again.

chetron
2,817 posts
msg #62018
Ignore chetron
5/1/2008 1:21:06 PM

THE REASON I HAVE BEEN DOING THIS AUTOMATICLY, IS THAT I HAVE HAD PROBLEMS FROM DAY 1 WITH THE "INDPOSTION " MEASURE.

FOR SOME REASON, NOT TODAY, I GET ERRORS WHEN I USE CUSTOM VARIABLES WITHOUT THE ADDED TIME FRAME, WITH THE "INDPOSITION" MEASURE.

I HAVE BEEN SEEING IT DO MORE GOOD THAN HARM, IF YOU SEE SOMETHING SPECIFIC, PLEASE REVEAL.

CHIME IN IF YOU LIKE TOM.

TIA CHETRON



nikoschopen
2,824 posts
msg #62019
Ignore nikoschopen
5/1/2008 2:33:14 PM

I get the identical number of matches when I run this slightly abbreviated version. Hence, it seems that SF merely ignores the number, be it (1), (2)...or (5) for that matter.The only reason why I brought this up was because you apparently assigned a variable name "HILO" but used "HILO(2)" instead.

Fetcher[
SET{HILO,HIGH - LOW}

SET{VRANGE,INDPOSITION(HILO,60) * 100}
SET{VVOL,INDPOSITION(VOLUME,60) * 100}
SET{TRIG,VVOL - VRANGE}

DRAW VRANGE
DRAW VVOL ON PLOT VRANGE

ADD COLUMN HILO
ADD COLUMN VRANGE
ADD COLUMN TRIG

TRIG ABOVE 0
CLOSE > 1
]



StockFetcher Forums · Filter Exchange · CRAZY BOLLINGER VOLUME....<< >>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.