| 
 PureBytes Links 
Trading Reference Links 
 | 
The only thing I see is too limit f1 and exclude it from f2...
f1 = h > .382 AND h < .5
f2 = h > .5 and NOT f1
-- 
Terry
> This is a Fibonacci filter
> 
> f1=h>.382 retracement
> f2=h> .5 retracement
> f3 = h>.618 retracement
> 
> If I put f2 in the filter condition
> 
> filter=f2
> 
> I would get results that include f1.
> 
> how can I code it so that when I put in f2 I get only the incremental
> results
> 
> filter= f2 ?????(And not) f1
> 
> Thanks 
> 
------------------------ 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/
 
 |