PureBytes Links
Trading Reference Links
|
here are some bone-headed patterns - very interesting when backtested on
daily SP futures. Just don't forget - they only work if the market goes up!!
{The Big Dipper}
(c<o) and (c<o)[1] and (c<o)[2] and (c<o)[3] and (c<o)[4]
{The Slider}
(h<h[1] or l<l[1]) and
(h<h[1] or l<l[1])[1] and
(h<h[1] or l<l[1])[2] and
(h<h[1] or l<l[1])[3] and
(h<h[1] or l<l[1])[4]
{The Reactor}
(c<o) and (c<o)[1] and (c<o)[2] and
(h<highest(h,3) and
(open next bar>l) and
(open next bar<h)
Btw if anybody has anything comparable for SHORTS could you please let me
know.
Thanks.
|