| 
 PureBytes Links 
Trading Reference Links 
 | 
Hello,
Add 
SetBarsRequired( 99999, 0 );
at the top of the formula
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message ----- 
From: "mleonsprint" <mleonsprint@xxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Friday, November 19, 2004 5:02 PM
Subject: [amibroker] TJ is this a BUG ? Dissapearing indicator....
> 
> 
> x=HighestSince(TimeNum()==073000,H,1);
> Plot(x,"LONG",colorGreen,styleThick);
> 
> 
> x1=LowestSince(TimeNum()==073000,L,1);
> Plot(x1,"SHORT",colorRed,styleThick);
> 
> 
> 
> I am trying to plot the HHV and the LLV but it has to start when the 
> market opens so anything before that has to be ignored.  This works 
> but the problem is that it dissapears the last hour of the day 
> unless I hit the "minus" sign to bring in more bars it then 
> reappears.
> 
> Mark
> 
> 
> 
> 
> 
> 
> 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
> 
> 
> 
> 
> 
> 
> 
>
------------------------ Yahoo! Groups Sponsor --------------------~--> 
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/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/
 
 |