StockFetcher Forums · General Discussion · Another question on volume<< >>Post Follow-up
disqplay
7 posts
msg #41674
Ignore disqplay
3/2/2006 6:50:24 AM

I have tried to make this work but can't seem to get anything but potential error and no results

Would like to do the following have scan based on volume with the following displayed in graph the first 6 steps no problem just cant make the last one work.

Daily price open high low close in candles
average daily volume > 200000
price between 5 and 15
today close => yesterdays close
avg volume(65)
avg volume(5) different color
percent difference between avg volume(5) and avg volume(65) with + percent if avg(5)greater than Avg(65) and - percent if Avg(5) is less than Avg(65)

Any and all assistance in making this scan work would be greatly appreciated.
thank you in advance for your assistance in this question.

Robert


nikoschopen
2,824 posts
msg #41682
Ignore nikoschopen
3/2/2006 2:10:05 PM

Per "percent difference between avg volume(5) and avg volume(65) with + percent if avg(5)greater than Avg(65) and - percent if Avg(5) is less than Avg(65)":

Fetcher[
set{diff, avgvol(5) - avgvol(65)}
set{updown, sign(diff)}
set{up, count(updown equals 1,1) * 1}
set{down, count(updown equals -1,1) * -1}
set{both, up + down}
add column both{VolDiff}
]



Add the above filter to ure existing filter. Note that the column "VolDiff" will have value 1 if avgvol(5) is above avgvol(65), otherwise -1.



StockFetcher Forums · General Discussion · Another question on 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.