StockFetcher Forums · Filter Exchange · Count days close above open and display move as a %<< 1 2 >>Post Follow-up
rtucker
318 posts
msg #61063
Ignore rtucker
modified
4/3/2008 10:14:23 PM

Using aopcl% (absolute open to close % ) in line #4, rather than day change seems to get rid of the gaps.


Fetcher[symlist(bsc)
set{up_days, count(close is above open,1)}
set{up_day_count, sum(up_days,10)}
set{up_day_gain, count(day change is above 0,1) multiplied by aopcl%}
set{total_percent_up, sum(up_day_gain,10)}
set{avg_day_gain, total_percent_up / up_day_count}
add column up_day_count
add column total_percent_up
add column avg_day_gain
draw day change
close > 10
avg vol(90) > 1000000
]



rtucker
318 posts
msg #61064
Ignore rtucker
4/3/2008 10:18:52 PM

Maybe this makes better sense. However, I'm posting like a mad man without much checking for accuracy.

Fetcher[set{up_days, count(close is above open,1)}
set{up_day_count, sum(up_days,10)}
set{up_day_gain, count(opcl% is above 0,1) multiplied by opcl%}
set{total_percent_up, sum(up_day_gain,10)}
set{avg_day_gain, total_percent_up / up_day_count}
add column up_day_count
add column total_percent_up
add column avg_day_gain
draw day change
close > 10
avg vol(90) > 1000000
]



StockFetcher Forums · Filter Exchange · Count days close above open and display move as a %<< 1 2 >>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.