StockFetcher Forums · General Discussion · Help with times count<< >>Post Follow-up
dwiggains
441 posts
msg #71031
Ignore dwiggains
1/28/2009 5:43:00 PM

I want to count the number of times that a stock has
decreased 4 days in a row
during the last 100 days.

I should know this.

Thanks
See ya
David

chetron
2,817 posts
msg #71033
Ignore chetron
1/28/2009 8:05:16 PM

maybe...


Fetcher[

/* didn't think this would work, but....... */

set{var1,count(close below close 1 day ago last 4 day,1)}

add column var1
draw var1

]



welliott111
98 posts
msg #71036
Ignore welliott111
1/28/2009 8:37:34 PM

Fetcher[
set{down4,count(close decreasing 4 days,100)}
add column down4
]



dwiggains
441 posts
msg #71037
Ignore dwiggains
modified
1/28/2009 9:37:26 PM

Thanks
welliott111
That is what I am looking for.

Chetron thanks for the try.

I could not make any of my attempts to work.

Thanks again
See ya
David

welliott111
98 posts
msg #71055
Ignore welliott111
1/29/2009 4:18:55 PM

Stats for "decreasing 4 days" with next day close above close 1 day ago


Fetcher[
set{dn4,count(close 1 day ago decreasing 4 days,100)}
set{down4,count(close 1 day ago decreasing 4 days,1)}
set{up1,count(close above close 1 day ago,1)}
set{a,down4 * up1}
set{dn4up1,count(a equals 1,100)}
set{win%,dn4up1/dn4}

dn4up1 > 5
avgvol(90) > 1000000
not otcbb



add column dn4
add column dn4up1
add column win%

sort column 7 descending
]





StockFetcher Forums · General Discussion · Help with times 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.