StockFetcher Forums · General Discussion · Float Turnover - Sort of<< >>Post Follow-up
curmudgeon
103 posts
msg #53986
Ignore curmudgeon
modified
8/12/2007 12:16:37 AM

Since we dont have the float lets use shares outstanding to calculate what pct of the total (float) traded today and how many days like today it will take to turn the (float) 1 time.

Fetcher[
set{so, shares outstanding * 1000000}
set{sodivisor, volume / so}
set{todayturnover%, sodivisor * 100}
set{avgdaysforturnover, so / avgvol}
set{todayturnoverdays, 1 / sodivisor}

add column so
add column todayturnover%
add column todayturnoverdays
add column avgdaysforturnover
add column avgvol

market is not OTCBB
stock type is not ETF
sort column 6 descending
]



TheRumpledOne
6,407 posts
msg #53998
Ignore TheRumpledOne
modified
8/12/2007 2:02:09 PM

Fetcher[
/* Volume Display */

set{vol02, sum(volume,2) / 1000000}
set{vol03, sum(volume,3) / 1000000}
set{vol04, sum(volume,4) / 1000000}
set{vol05, sum(volume,5) / 1000000}
set{vol06, sum(volume,6) / 1000000}
set{vol07, sum(volume,7) / 1000000}
set{vol08, sum(volume,8) / 1000000}
set{vol09, sum(volume,9) / 1000000}


/* set{VolUp, days(volume is below volume 1 day ago,100)} */

/* volpct - percentage volume increased(+)/decreased(-) */
set{v, volume 1 day ago}
set{volinc, volume - v}
set{volpc, volinc / v}
set{volpct, volpc * 100}

/* Volz - Number of zero volume days out of last 100 days ... -1 means none */
set{VolZ, days(volume < 1,100)}

/* VlxVl - number of consecutive days volume increasing(+)/decreasing(-) */
set{VolUp, days(volume is below volume 1 day ago,100)}
set{VolDn, days(volume is above volume 1 day ago,100)}
set{VlxVl, VolUp - VolDn}

/* vdbl - consecutive days volume at least doubled */
set{vck1, volume 1 day ago }
set{vck, volume / vck1 }
set{vdays, days(vck < 2, 100)}

/* VHIGH - number days volume equal volume 10 day high */
set{VHIGH, COUNT(volume equal volume 10 day high, 1)}

/* VLOW - number days volume equal volume 10 day low */
set{VLOW, COUNT(volume equal volume 10 day low, 1)}

/* VxVAV - number of consecutive days volume above(+)/below(-) avg volume */
set{VavUp, days(volume is below average volume(10),100)}
set{VavDn, days(volume is above average volume(10),100)}
set{VxVAV, VavUp - VavDn}


add column volpct

add column VlxVl {V_x_V}
add column VxVAV

add column Vdays {Vdbl}

add column VHIGH
add column VLOW


/* and add column VolUp */

and add column vol02
and add column vol03
and add column vol04
and add column vol05
and add column vol06
and add column vol07
and add column vol08
and add column vol09

and sort column 5 descending

and avg vol(90) > 1000000

and market is NASDAQ
]



If you know the float, you can use this filter to see if/when the float turned.



curmudgeon
103 posts
msg #54153
Ignore curmudgeon
8/17/2007 2:06:52 PM

Thanks TRO.

As usual you're a big help. In fact you've done nothing but help me ever since my days as a wee newb in the TS forums.

StockFetcher Forums · General Discussion · Float Turnover - Sort of<< >>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.