StockFetcher Forums · Filter Exchange · * * 2 averages and a moving average * *<< >>Post Follow-up
four
5,087 posts
msg #100482
Ignore four
modified
4/29/2011 11:06:12 PM

Fetcher[
set{x, close + open}
set{xx, x / 2}

set{z, high + low}
set{zz, z / 2}

set{c, xx + zz}
set{cc, c / 2}
draw cema(cc,3) on plot close
]



2932avidan
26 posts
msg #100486
Ignore 2932avidan
modified
4/30/2011 6:46:04 AM

Thank you : )
can you help me with it :
I want that the fetcher will show 3 last candle that there close is above open
and the volume is going bigger then 1 day to another for the last 3 days like
3 day ago volume : 1000000 or more
2 day ago volume : 1500000 or more
1 day ago volume : 2000000 or more
and still the last 3 candle are "green" close above open ,
thank you very much : D
please do not use (pattern is Bullish Three Line Strike)
thank you very much : D

dwiggains
441 posts
msg #100487
Ignore dwiggains
4/30/2011 9:47:54 AM

This works --- but it gives very few stocks ---- you may want to lower some of the parameters.

Fetcher[
close > close 1 day ago and close > open
close 1 day ago > close 2 days ago and close 1 day ago > open 1 day ago
close 2 day ago > close 3 days ago and close 2 day ago > open 2 day ago
volume > 2000000
volume > 50% above volume 1 day ago
volume 1 day ago > 50% above volume 2 days ago
]




Good Luck
See ya
David

2932avidan
26 posts
msg #100488
Ignore 2932avidan
modified
4/30/2011 9:55:49 AM

Sorry : [
how it can be that i wrote it and it finds to me some more charts did i miss write it ?
here is what i wrote ( by the way i added scalping system because that what i'm looking for and that look feet to combains it with the the going up trend you know the 3 green bars and upper volume , if there are some fix to do please make them : ( )
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
]



StockFetcher Forums · Filter Exchange · * * 2 averages and a moving average * *<< >>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.