hi Henry,
I think TD is a good indicators, I hope you can help me to explain some of my doubts.
When I am doing a comparison between my charts and bloomberg, the TD signal generated from Bloomberg is much more accruate and it does create a daily number.
I really want to do some research on the TD indicators. I am just wondering why there are so many dfferent Setups. Furthermore, I will appreciate if you can explaination to me TD2, TD3 and D8-17.
Thank you.
Regards,
Packer
TD1:=If(C<Ref(C,-4),1,0);
TD2:=If(TD1=1 AND Ref(TD1,-1)=1 AND Ref(TD1,-2)=1 AND Ref(TD1,-3)=1 AND
Ref(TD1,-4)=1 AND Ref(TD1,-5)=1 AND Ref(TD1,-6)=1 AND Ref(TD1,-7)=1 AND
Ref(TD1,-8)=1, 1,0);
TD3:=If(Ref(C,-9)>=Ref(C,-13),1,0);
TD4:=If(TD2=1 AND TD3=1,1,0);
TD5:=If(H>=Ref(LLV(L,5),-3),1,0);