PureBytes Links
Trading Reference Links
|
to Jim Greening:
thanks for your kind comments regarding my "rich text" word chart.
i am glad it worked out, but soon i'll try using your method, using power
point.
the light gray line is cci(8) that gives me advance notice of price
changes to come- ie it diverges at bollinger top & bottoms in advance of
the price
buy:
(C<= LLV(C,2) AND CCI(8)>LLV(CCI(8),2)) OR
(C=(Ref(C,-1)) AND CCI(8)>Ref(CCI(8),-1))
sell:
(CCI(8) <= LLV(CCI(8),2) AND C>LLV(C,2)) OR
(C=Ref(C,-1) AND CCI(8)<Ref(CCI(8),-1))
thanks,
mike
|