StockFetcher Forums · Filter Exchange · Can someone build this filter<< >>Post Follow-up
reeseman
30 posts
msg #100341
Ignore reeseman
4/21/2011 12:47:09 AM

probablly simple if i know what i was doing....

I am looking to find stocks or ETF trading 5X there daily average volume...just that simple. If anyone can put this together i want tell you THANK YOU NOW!



Kevin_in_GA
4,599 posts
msg #100342
Ignore Kevin_in_GA
4/21/2011 1:24:25 AM

Try this

Fetcher[

etf
set{threshold, average volume(50) * 5}
volume above threshold

]



four
5,087 posts
msg #100343
Ignore four
4/21/2011 1:26:54 AM

Fetcher[

set{v, avgvol(10) * 5}
volume > v

add column v

close > 1

]



gyanesh
1 posts
msg #100461
Ignore gyanesh
4/28/2011 10:52:55 PM

How do we improve upon this filter to include show the following:

Show all stocks where the volume was 500% of higher of average volume(50) in last 30 days?

Any idea on how to add a range of days to volume ? Can this be done ?

reeseman
30 posts
msg #100465
Ignore reeseman
4/29/2011 7:30:06 AM

This what i have came up with but i cannot get any result from this filter, does anyone have a better ideal to find cycle lows or a better way to enter to a position.


set{v, avgvol(10) * 5}
volume > v

add column v

and the Stochastic %K(5,3,2) is below 45
and the Stochastic %K(5,3,2) has been increasing for 1 day
and the Stochastic %K(5,3,2) 1 day ago was below the Stochastic %K(5,3,2) two days ago
and the Stochastic %K(5,3,2) 1 day ago was below 30
and the MACD fast line(5,20) has been increasing for 1 day
and the weekly Stochastic %K(3,1,3) has been increasing for 1 day
and the weekly Stochastic %D(3,1,3) has been increasing for 1 day
and the weekly MACD fast line(3,10) has been increasing for 1 day

close is between 1 and 15

volume is above 300000
sort column 4 descending
chart-time 90-days

Draw MA(10)
Draw MA(30)

and add column rr

set{F000,count(Fibonacci Up(120,20) is near 0.000,1)}
set{F240,count(Fibonacci Up(120,20) is near 0.240,1)}
set{F382,count(Fibonacci Up(120,20) is near 0.382,1)}
set{F500,count(Fibonacci Up(120,20) is near 0.500,1)}
set{F618,count(Fibonacci Up(120,20) is near 0.618,1)}
set{F786,count(Fibonacci Up(120,20) is near 0.786,1)}
set{F1000,count(Fibonacci Up(120,20) is near 1.000,1)}

SET{VAR1,F000 + F240}
SET{VAR2,VAR1+ F382}
SET{VAR3,VAR2 + F500}
SET{VAR4,VAR3+ F618}
SET{VAR5,VAR4 + F786}
SET{VAR6,VAR5 + F1000}


set{F000D,count(Fibonacci DOWN(120,20) is near 0.000,1)}
set{F240D,count(Fibonacci DOWN(120,20) is near 0.240,1)}
set{F382D,count(Fibonacci DOWN(120,20) is near 0.382,1)}
set{F500D,count(Fibonacci DOWN(120,20) is near 0.500,1)}
set{F618D,count(Fibonacci DOWN(120,20) is near 0.618,1)}
set{F786D,count(Fibonacci DOWN(120,20) is near 0.786,1)}
set{F1000D,count(Fibonacci DOWN(120,20) is near 1.000,1)}

SET{VAR11,F000D + F240D}
SET{VAR12,VAR11+ F382D}
SET{VAR13,VAR12 + F500D}
SET{VAR14,VAR13+ F618D}
SET{VAR15,VAR14 + F786D}
SET{VAR16,VAR15 + F1000D}

SET{VAR26,VAR6 + VAR16}

DRAW FIBONACCI DOWN(120,20)

DRAW FIBONACCI UP(120,20)

add column weekly roc(1,1) {1 week % gain}
add column weekly roc(2,1) {2 week % gain}
add column weekly roc(3,1) {3 week % gain}
add column weekly roc(4,1) {4 week % gain}


bkhurana43
103 posts
msg #100474
Ignore bkhurana43
4/29/2011 11:18:37 AM

Offset it to April 20, you will get "DRL" Doral Financial

mzabarain
7 posts
msg #100974
Ignore mzabarain
5/31/2011 4:49:55 PM

The following SCREEN helps me identify when Upward GAPs occured. The day of the last Up gap is saved in variable "daysSinceGap ".

Could You please tell me how could I get the close value in the GAP's day ???.

Thanks in advance for the help you can provide....

----------------------------------------------------------

set{daysSinceGap, days(low above High 1 day ago,100)}

Show stocks where close is above 1
and average volume(30) is above 150000 do not draw average volume(30)

add column daysSinceGap {dSG}

StockFetcher Forums · Filter Exchange · Can someone build this filter<< >>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.