StockFetcher Forums · General Discussion · Milk The Cows Related Filter Requested.<< >>Post Follow-up
mesayah
658 posts
msg #86789
Ignore mesayah
1/22/2010 10:17:55 AM

Can someone code a filter of the Cows that are near their daily open?
Would like to try to trade multiple a day. Could be dangerous.

tmanbone
124 posts
msg #86850
Ignore tmanbone
modified
1/22/2010 7:26:07 PM

Fetcher[


/* TRO MTC CHECKER */

set{ hiop, high - open }
set{ up10, count( hiop > 0.09, 100 ) }
set{ up50, count( hiop > 0.49, 100 ) }
set{ pct1, up50 / up10 }
set{winpct, 100 * pct1 }

add column up10
add column up50
add column winpct


up50 above 79

average volume(90) above 1000000

market is nasdaq

sort column 7 descending
]



Only 5 cows to watch.



dwiggains
441 posts
msg #86852
Ignore dwiggains
1/22/2010 7:41:50 PM

Fetcher[

/* TRO MTC CHECKER */

set{ hiop, high - open }
set{ up10, count( hiop > 0.09, 100 ) }
set{ up50, count( hiop > 0.49, 100 ) }
set{ pct1, up50 / up10 }
set{winpct, 100 * pct1 }

add column up10
add column up50
add column winpct


up50 above 79

average volume(90) above 1000000

market is nasdaq

sort column 7 descending
]




stratiG
147 posts
msg #86853
Ignore stratiG
1/22/2010 8:20:15 PM

use price alerts within +- 0.xx of the open.


tmanbone
124 posts
msg #86858
Ignore tmanbone
modified
1/22/2010 10:39:01 PM

thanks diwiggains, I'll get there eventually.

StockFetcher Forums · General Discussion · Milk The Cows Related Filter Requested.<< >>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.