PureBytes Links
Trading Reference Links
|
GARY,
THANKS, that fits with what I've been
getting.
Herbert
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
Gary
A. Serkhoshian
To: <A title=amibroker@xxxxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Saturday, May 15, 2004 2:20
AM
Subject: Re: [amibroker] Arrays or
not
Herbert,ThisIsLastBar = BarIndex() == LastValue(
BarIndex();Returns a true (1) or false (0) value. Either
thebarindex is the last value of barindex or it isn't.LastValue(
BarIndex() ); will return the lastvalue ofbarindex.You'd be best
served by putting these into anexploration and see the output for
yourself.Run on current stock.ThisIsLastBar = BarIndex() ==
LastValue( BarIndex();LastBI = LastValue( BarIndex() );Filter =
1;addcolumn(BarIndex(), "BarIndex", 5.0);addcolumn(ThisIsLastBar,
"Is this Last Bar", 5.0);addcolumn(LastBI, "Last BarIndex Value",
5.0);--- hertyil <herty@xxxxxxxxxxxx>
wrote:> I'd appreciate an explanation on what's the> difference
between:> > ThisIsLastBar = BarIndex() == LastValue(
BarIndex()> ); (From the > help menu) and:> >
LastValue( BarIndex() ); > > Why isn't the second expression
enough?> > Herbert> >
__________________________________Do you Yahoo!?SBC Yahoo! -
Internet access at a great low price.<A
href="">http://promo.yahoo.com/sbc/Send
BUG REPORTS to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Sponsor
ADVERTISEMENT
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 the Yahoo! Terms of Service.
|