StockFetcher Forums · Filter Exchange · Gap down filter<< 1 2 3 >>Post Follow-up
Eman93
4,750 posts
msg #74253
Ignore Eman93
5/8/2009 4:25:07 PM

Basher,

can you run a back test.... take the top 4 and buy the next day and hold for 2 days......

This seems to be spitting out stocks on the move up.........might make a good swing filter.......HO HO

Eman93
4,750 posts
msg #75255
Ignore Eman93
6/10/2009 8:41:49 PM

For gap up days like today...

Fetcher[/* Gap up above yesterdays high*/
open is more than 2% above close 1 DAY AGO

and open > high 1 day ago
and close is above 2
and Average Volume(30) is above 250000 do not draw Average Volume(30)
and draw MACD(12,26,9)
and draw RSI(14)

set{profit, high-open}
set{pr, profit/open}
set{profit%, pr * 100}

set{gap, open - close 1 day ago}
set{gp, gap/close 1 day ago}
set{gap%, gp * 100}
add column gap%
add column high 1 day ago {high-1}
add column close 1 day ago {close-1}
add column open
add column low
add column high
add column profit%
sort column 5 Descending
add column ind
]




rvilaconde
8 posts
msg #91724
Ignore rvilaconde
4/27/2010 7:45:55 PM

Hello,

I tried the filter but ist seems to be a problem because

set{profit, high-open}

is a "Error: Syntax error in filter",

I would appreciate to have your feedback!

chetron
2,817 posts
msg #91725
Ignore chetron
4/27/2010 7:55:24 PM

PUTTING SPACES ON EITHER SIDE OF A MATH OPERATION IS ALWAYS A GOOD THING.


HTH

StockFetcher Forums · Filter Exchange · Gap down filter<< 1 2 3 >>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.