PureBytes Links
Trading Reference Links
|
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]
------------------------ 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/
|