PureBytes Links
Trading Reference Links
|
[TJ] The difference is the same as between BarIndex() and BarCount.
Barindex() and barcount work as expected, but these new functions do not.
Please try the code below.
[stepane] click on the chart and the results will be diferent...
That is what i expected, but nothing changes... did you try? PLEASE try the
code below, the barcount and BarIndex() work as expected but the others do
not. No matter what/where I click the first four numbers do not change, they
do change with chart scrolling.
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)+
"\nBarindex= "+NumToStr(BarIndex(),1.0,False)+
"\nBarcount= "+NumToStr(BarCount,1.0,False);
What do i do wrong?
herman
-----Original Message-----
From: s.carrasset [mailto:s.carrasset@xxxxxxxxxxx]
Sent: Friday, September 03, 2004 6:17 PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: Re: [amibroker] Status("firstvisiblebarindex") vs
Status("firstvisiblebar")
Herman,
click on the chart and the results will be diferent...
stephane
Herman van den Bergen a écrit :
> 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 Sponsor*
> ADVERTISEMENT
> click here
>
<http://us.ard.yahoo.com/SIG=12910vlmm/M=298184.5285298.6392945.3001176/D=gr
oups/S=1705632198:HM/EXP=1094335700/A=2319498/R=0/SIG=11thfntfp/*http://www.
netflix.com/Default?mqso=60185352&partid=5285298>
>
>
>
> *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
> <mailto:amibroker-unsubscribe@xxxxxxxxxxxxxxx?subject=Unsubscribe>
>
> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service <http://docs.yahoo.com/info/terms/>.
>
>
>
>
> __________ NOD32 1.860 (20040903) Information __________
>
> This message was checked by NOD32 antivirus system.
> http://www.nod32.com
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Sponsor
ADVERTISEMENT
----------------------------------------------------------------------------
--
Yahoo! Groups Links
a.. To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
b.. To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
[Non-text portions of this message have been removed]
------------------------ 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/
|