PureBytes Links
Trading Reference Links
|
bellamy_29m,
b> Well my take on the question is that mmbbrr79 is looking for the
b> number of consecutive days the indicator has been on the rise/fall,
b> not the total number in the chart?
I think I did that :)
Regards,
Pablo
b> If this is the case:
b> {Consecutive Rise/Fall}
b> i:=Mov(C,20,S); {the indicator}
A:=i>>Ref(i,-1);
b> B:=i<Ref(i,-1);
b> XA:=Cum(A);
b> XB:=Cum(B);
b> YA:=XA-ValueWhen(1,B,XA);
b> YB:=XB-ValueWhen(1,A,XB);
b> {plot - histograms look nice}
b> YA;-YB;
b> Is this what you are looking for?
b> Yahoo! Groups Links
Pablo Bozzolo
---
Contact info:
Movil: 221 5384617
E-mail: italoarg76@xxxxxxxx
MSN: italoarg76@xxxxxxxxxxx
ICQ: 77207033
------------------------ Yahoo! Groups Sponsor --------------------~-->
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/BefplB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|