StockFetcher Forums · General Discussion · hammer and inverted hammer<< >>Post Follow-up
drumer979
2 posts
msg #116472
Ignore drumer979
11/5/2013 2:29:59 AM

Hello

I need help please:

- inverted hammer new high in last 20 days

and

- hammer touches ema 50

I wrote some code but it does not work properly.

thx

four
5,087 posts
msg #116473
Ignore four
modified
11/5/2013 2:50:45 AM

Main Page: http://www.stockfetcher.com/stock-screens

Get you started with the candles:

 Found this inverted hammer

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 lshadowsize is less than 0.001
and tshadowsize greater than body_size2
and close decreasing for the last 3 days
and body_top less than close 1 day ago
and close is above 5.00
and average volume(30) is above 150000
]



 Found this hammer

Fetcher[
set{btop,max(open,close)}
set{bbot,min(open,close)}
high minus btop is below 0.01
and bbot is above day position(0.65,1)
and close is above 5.00
and average volume(30) is above 150000
]



drumer979
2 posts
msg #116474
Ignore drumer979
11/5/2013 2:53:56 AM

I have code for hammers. Other things makeing me problems.



four
5,087 posts
msg #116485
Ignore four
modified
11/5/2013 2:27:40 PM

Fetcher[set{btop,max(open,close)}
set{bbot,min(open,close)}
high minus btop is below 0.01
and bbot is above day position(0.65,1)
and close is above 5.00
and average volume(30) is above 15000
close above ema(50)
open below ema(50)
offset 11/1/2013
]


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 lshadowsize is less than 0.001
and tshadowsize greater than body_size2
and close decreasing for the last 3 days
and body_top less than close 1 day ago
and close is above 5.00
and average volume(30) is above 15000
set{x, count(close reached a new 20 day high,20)}
draw x > 0 and do not draw x
]



StockFetcher Forums · General Discussion · hammer and inverted hammer<< >>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.