StockFetcher Forums · General Discussion · Need Help with Scalping System<< 1 2 >>Post Follow-up
miketranz
956 posts
msg #100438
Ignore miketranz
4/26/2011 9:05:37 PM

Thanks Mark,good work.Can anyone make the above filter clickable?

dangreene
229 posts
msg #100441
Ignore dangreene
4/27/2011 8:21:06 AM

Fetcher[

add column days(low more than .01 percent below open, 100) {xConsec}
add column count(low less than .01 percent below open, 100) { 100 days x Occur}
add column count(low less than .01 percent below open, 50) { 50 days x Occur}
add column count(low less than .01 percent below open, 25) { 25 days x Occur}
add column count(low less than .01 percent below open, 5) { 5 days x Occur}
average volume(90) more than 500000
Close above MA(200)
close above 10

]




2932avidan
26 posts
msg #100457
Ignore 2932avidan
4/28/2011 1:40:45 PM

Fetcher[
add column days(low more than .01 percent below open, 100) {xConsec}
add column count(low less than .01 percent below open, 100) { 100 days x Occur}
add column count(low less than .01 percent below open, 50) { 50 days x Occur}
add column count(low less than .01 percent below open, 25) { 25 days x Occur}
add column count(low less than .01 percent below open, 5) { 5 days x Occur}

average volume(90) more than 1000000
Close above EMA(200)
Close above MA(200)
close is between 10 and 55

and volume(90) 3 days ago < volume(90) 2 days ago
and volume(90) 2 days ago < volume(90) 1 day ago
and volume(90) 1 day ago > and volume(90) 3 days ago
and volume(90) 1 day ago > 2000000
and volume(90) 3 days ago > 1000000
and volume(90) 2 days ago > 1500000
and stock is not etf
and draw ema(20)
and draw ema(50)
and draw ema(200)
and add column sector

set{body_top,max(open,close)}
add column body_top
set{body_bottom,min(open,close)}
add column body_bottom
set{body_size, body_top minus body_bottom}
add column body_size
set{body_average, cma(body_size,62)}
add column body_average
body_average > 0.35

and candle 1 day ago close above open
and candle 2 days ago close above open
and candle 3 days ago close above open
]




That is the greatest scalp finder that you can find , Enjoy : ) !!

StockFetcher Forums · General Discussion · Need Help with Scalping System<< 1 2 >>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.