| 
 PureBytes Links 
Trading Reference Links 
 | 
Thanks! that works! but.. if that works it seems that can not do what I 
really want and have to seek for another solution..
thanks again,
cheers,
BM
kaveman perth wrote:
> 
> If I understand your problem it is the order of plots that you are
> having probs with. The first plot sets the Yscale
> 
> try this
> aBV = Status("barvisible");
> 
> xyz = LastValue(LowestSince(aBV==0,L));
> abc = LastValue(HighestSince(aBV==0,H));
> Plot(C,"",29,64);
> Plot(xyz,"lo",colorRed,styleLine|styleNoRescale);
> 
> Plot(abc,"hi",colorRed,styleLine|styleNoRescale);
> 
> GraphXSpace=5;
------------------------ 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/
 
 |