john_abot 1 posts msg #106067 - Ignore john_abot |
4/30/2012 8:07:05 PM
set{body_bottom,min(open,close)}
set{body_top,max(open,close)}
set {body_size,body_top minus body_bottom}
set{body_price_relative,body_size/body_bottom}
show stocks where body_top above body_top 1 day ago
and body_bottom below body_bottom 1 day ago
and close below open
and open 1 day ago below close 1 day ago
and close 1 days ago increasing for the last 3 days
and body_price_relative is above 0.015
I've added a criteria of engulfing candle size is above 1.5% of bottom price
|