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

divergence



PureBytes Links

Trading Reference Links

i have been using this exploration for divergence in cci(8), but you can
substitute your favorite indicator instead.
cola:
buy:
(CLLV(CCI(8),2)) OR
(C=(Ref(C,-1)) AND CCI(8)>Ref(CCI(8),-1))

colb:
sell:
(CCI(8) LLV(C,2)) OR
(C=Ref(C,-1) AND CCI(8)<Ref(CCI(8),-1))

colc:
close:
c

cold:
change:
C-Ref(C,-1)

filter:
cola=1 or colb=1

mike arnoldi