[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

stop guessing what the market will do



PureBytes Links

Trading Reference Links

how about a little technical analysis instead? Here's one for the stock
market indexes:

l=lowest(l,5) and (c>c[1] or c>o) and v>v[1];

And a couple others for the SP futures:

(c<o) and (c<o)[1] and (c<o)[2] and (c<o)[3] and (c<o)[4];

(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];

Plot these on a daily chart, it might put things in perspective. Now can I
go on cnbc???