PureBytes Links
Trading Reference Links
|
Bottom:= ref(L,-1)<L and ref(L,-1)< ref(L,-2);
P2:=ValueWhen(2, BOTTOM, Ref(L,-1));
Gives me the low of the 2nd most reent bottom.
I want to know how many bars passed since the 2nd most recent bottom.
I've tried various flavors of Barssince, but without success.
Neither below worked.
Barssince(P2=P2);
Barssince(ref(L,-1)=P2);
Any help is appreciated.
TIA
Ron
------------------------ Yahoo! Groups Sponsor --------------------~-->
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.com/EpW3eD/3MnJAA/cosFAA/zMEolB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/Metastockusers/
<*> To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|