StockFetcher Forums · Filter Exchange · LOW EQUAL OPEN - DAYTRADER PICKER<< >>Post Follow-up
TheRumpledOne
6,407 posts
msg #55860
Ignore TheRumpledOne
modified
10/20/2007 12:45:25 PM

Fetcher[
/* LOW EQUAL OPEN - DAYTRADER PICKER */

LOW EQUAL OPEN

CLOSE ABOVE 20

/* profit checker display - long only */

set{ LongProfit, high - open}
set{LongDays, count(longprofit above .05, 100) }
add column LongProfit
add column LongDays
and add column cma(longprofit, 100)


/* VOLUME CALCULATIONS */
set{v, volume 1 day ago}
set{volinc, volume - v}
set{volpc, volinc / v}
set{volpct, volpc * 100}

set{VolZ, days(volume < 1,100)}
set{VolUp, days(volume is below volume 1 day ago,100)}
set{VolDn, days(volume is above volume 1 day ago,100)}
set{VlXvl, VolUp - VolDn}

set{vck1, volume 1 day ago }
set{vck, volume / vck1 }
set{vdbl, days(vck < 2, 100)}

and add column VlXvl
and add column Vdbl
and add column volpct

/* END VOLUME CALCULATIONS */

add column industry

sort column 4 descending
]



Run this about 30 minutes after the market opens.

It should catch stocks holding "green" for the day.

Remember SF data is delayed.

Use your own price selection criteria.





StockFetcher Forums · Filter Exchange · LOW EQUAL OPEN - DAYTRADER PICKER<< >>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.