| 
 PureBytes Links 
Trading Reference Links 
 | 
Can someone give me a hint on how to code BarsSince( Cond, Nth)?
 
I have tried the following in addition to trying to use Ref():
BarsSince(ValueWhen(C0>Ref(C0,-1) AND Ref(C0,-1)<Ref(C0,-2),Ref(C0,-1),2) == C0) <=8
Basically I need the bars since the second previous dip in an indicator.
Thanks for any help
Robert
		
---------------------------------
Do you Yahoo!?
Read only the mail you want - Yahoo! Mail SpamGuard.
[Non-text portions of this message have been removed]
------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~-> 
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
Yahoo! Groups Links
<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
    amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 
 |