nsusa 11 posts msg #121592 - Ignore nsusa |
9/27/2014 3:33:51 PM
I am trying to design a filter that would give me hammer candles in stocks that happened within the last 8 days. I am using the standard hammer filter from here:
http://www.stockfetcher.com/stock-screen/Hammer
I modified the code to (see last line):
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 250000
and within the last 1 week
but I am always getting the same results as if I would run the hammer filter un-modified. What am I missing here?
On a side note - how do I make the code clickable? Thank you.
|