StockFetcher Forums · General Discussion · Top $ Filter<< >>Post Follow-up
bpmiller1
26 posts
msg #65889
Ignore bpmiller1
modified
8/6/2008 2:23:55 PM

I need help writing a filter that shows what the top $ gaining stocks are. I have scanners for % increase, volatility, volume etc. but none that show how much money is actually moved. Look at a stock like CME. It can move $10- $50 a day and have some $5 candelsticks in 5 min. but never show up on any radar. Then you can have stocks that go up 1000% and make less than $1. I want to find the big money movers ,how would I write that filter? Thanks

TheRumpledOne
6,407 posts
msg #65895
Ignore TheRumpledOne
modified
8/6/2008 4:09:04 PM

Fetcher[

/* TRO STAT SCAN - GREEDIER BASTARD COUNT */

set{CCb,days(close is above close 1 day ago,100)}
set{CCa,days(close is below close 1 day ago,100)}
set{ClxCl , CCa - CCb}

set{volcnt, count(volume above 1000000, 100) }
set{volzero, count(volume equal 0, 100) }

/* Long Profit Percent Statistics Display */

set{HiOp, high - open}
set{Long_Profit, HiOp }

set{B0A, count(Long_Profit > .05 , 100)}
set{B1A, count(Long_Profit > .1 , 100)}
set{B2A, count(Long_Profit > .2 , 100)}
set{B3A, count(Long_Profit > .3 , 100)}
set{B4A, count(Long_Profit > .4, 100)}
set{B5A, count(Long_Profit > .5, 100)}
set{B10A, count(Long_Profit > 1.00 , 100)}
set{B20A, count(Long_Profit > 2.00 , 100)}
set{B50A, count(Long_Profit > 5.00, 100)}



add column HiOp
add column ClxCl
and add column B0A {OVER.05}
and add column B1A {OVER.10}
and add column B2A {OVER.20}
and add column B3A {OVER.30}
and add column B4A {OVER.40}
and add column B5A {OVER.50}
and add column B10A {OVER1.00}
and add column B20A {OVER2.00}
and add column B50A {OVER5.00}

and add column separator

and add column volcnt
and add column volzero

/* SELECTION CRITERIA */

Long_Profit above 5
close below 500
average volume(90) above 1000000

sort column 5 descending

]



You can change the selection criteria. Set to display stocks where high minus open is over $5 and closed under $500.




theceo
6 posts
msg #65922
Ignore theceo
8/7/2008 1:37:14 AM

This website show you the biggest winners and the biggest losses. It is 15-20 minutes delay, if you pay for the site, you can get real time.
I hope this helps.

http://stockcharts.com/charts/candleglance.php?INSP,CAVM,SRVY,ARGN,AMRI,NDAQ,UFPT,VISN,WBMD,ARST

bpmiller1
26 posts
msg #65934
Ignore bpmiller1
modified
8/7/2008 9:06:59 AM

Thanks TRO......for the "greedier bastard filter"
who was that masked man?

Beware: CME disregards stops , just blows right through them as well as some of the big $ movers. It will steal your lunch and house payment without blinking so be careful and only play it when its moving slow !



StockFetcher Forums · General Discussion · Top $ Filter<< >>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.