sisenberg 1 posts msg #134910 - Ignore sisenberg |
3/13/2017 11:11:19 PM
Hi, just joined and think I have figured out most of what I want to do. If someone could confirm this is correct and also need to be able to filter that the low of the hammer must be the lowest low of the past 9 weeks. Thanks,
show stocks where the weekly
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 weekly MA (50)
and close is above 10
and draw weekly MA(50)
and chart-display is weekly
|