PureBytes Links
Trading Reference Links
|
Hello,
The difference is the same as between BarIndex() and BarCount.
http://www.amibroker.com/guide/afl/afl_view.php?barindex
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "Herman van den Bergen" <psytek@xxxxxxxx>
To: "AmiBroker YahooGroups" <amibroker@xxxxxxxxxxxxxxx>
Sent: Saturday, September 04, 2004 12:08 AM
Subject: [amibroker] Status("firstvisiblebarindex") vs Status("firstvisiblebar")
> Can some body explain the difference between Status("firstvisiblebarindex")
> and Status("firstvisiblebar"), and Status("Lastvisiblebarindex") and
> Status("Lastvisiblebar") ? They seem to return the same values...Please try:
> firstvisiblebar = Status("firstvisiblebar");
> firstvisiblebarindex = Status("firstvisiblebarindex");
> lastvisiblebar = Status("lastvisiblebar");
> Lastvisiblebarindex = Status("Lastvisiblebarindex");
> Title =
> "\nfirstvisiblebarindex= "+NumToStr(firstvisiblebarindex,1.0,False)+
> "\nfirstvisiblebar= "+NumToStr(firstvisiblebar,1.0,False)+
> "\nLastvisiblebar= "+NumToStr(lastvisiblebar,1.0,False)+
> "\nLastvisiblebarindex= "+NumToStr(Lastvisiblebarindex,1.0,False);
>
> Tia,
>
> herman
>
>
>
> [Non-text portions of this message have been removed]
>
>
>
>
> 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 --------------------~-->
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/
|