StockFetcher Forums · General Discussion · identify Doji like pattern near the 8EMA<< >>Post Follow-up
ronbary
16 posts
msg #108457
Ignore ronbary
10/21/2012 11:40:20 AM

Hi Support ,

i'm trying to create filter that show the following :

1. price between 5 - 150

2. volume above 250,000

3. today's candle is a Doji Candlestick , and price is below 8EMA for last 5 days


thanks

Ron

four
5,087 posts
msg #108459
Ignore four
modified
10/21/2012 12:13:37 PM

1. price between 5 - 150
close between 5 and 150
2. volume above 250,000
volume above 250,000
3. today's candle is a Doji Candlestick , and price is below 8EMA for last 5 days
close equals open
count(close < ema(8),5) equals 5


Fetcher[

close between 5 and 150

volume above 250,000

close equals open
count(close < ema(8),5) equals 5
]



Eman93
4,750 posts
msg #108460
Ignore Eman93
modified
10/21/2012 12:28:01 PM

Like the hammer doji :)


Fetcher[ set{body_bottom,min(open,close)}
set{body_top,max(open,close)}
set{lshadowsize, body_bottom - low}
set{tshadowsize, high - body_top}
set{body_size, body_top - body_bottom}
set{body_size2, body_size * 2}
show stocks where tshadowsize is less than 0.5
and lshadowsize > body_size2

close between 5 and 150

volume above 250,000


count(close < ema(8),5) equals 5
]



StockFetcher Forums · General Discussion · identify Doji like pattern near the 8EMA<< >>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.