StockFetcher Forums · General Discussion · Volume count<< >>Post Follow-up
DrJimO
35 posts
msg #125523
Ignore DrJimO
10/10/2015 1:08:06 PM

Can anyone tell me why line 2 of this doesn't work? I'm trying to count the number of days the volume is 20% more than the 50 day average volume

set { VolUp, Volume(50) * 1.2 }
set { VolUpDays, Count(VolUp, 50) }

four
5,087 posts
msg #125524
Ignore four
modified
10/10/2015 1:46:09 PM

set { VolUp, average Volume(50) * 1.2 }
set { VolUpDays, Count(volume >= volup,100) } /* Counts the number of times the logic occurs during the most recent 100 days */

draw volupdays
add column volupdays

DrJimO
35 posts
msg #125529
Ignore DrJimO
10/10/2015 11:29:53 PM

Thanks Four - that works. .......Jim

four
5,087 posts
msg #125530
Ignore four
10/11/2015 12:12:00 AM

welcome

DrJimO
35 posts
msg #125532
Ignore DrJimO
10/11/2015 10:43:18 AM

Different issue - do the SF folks know that -- add column separator -- no longer works?

StockFetcher Forums · General Discussion · Volume count<< >>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.