| 
 PureBytes Links 
Trading Reference Links 
 | 
No Kidding ?
 
Still doesn't clear it for me.....Why don't you please explain it further....That is what I asked from Tomasz:
 
"Please explain for further clarification " ....as I read this line, one would assume the manual was already addressed....
 
Thank you
Anthony 
-------Original Message-------
 
From: amibroker@xxxxxxxxxxxxxxx
Date: Sunday, March 23, 2003 08:49:24
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Re: Explain output please for clarification
 --- In amibroker@xxxxxxxxxxxxxxx, Anthony Faragasso <ajf1111@xxxx> wrote:> Tomasz,> > The following produces different results...could you explain for further> clarification> > x=ValueWhen( DateNum() == 1010904, BarIndex() );> y=ValueWhen( DateNum() == 1010904, Cum(1) );> > Filter=1;> AddColumn(x,"x",1);> AddColumn(y,"y",1);> > Thank you> AnthonyIt's so easy to check the manual...BARINDEX- get zero-based bar numberreturns zero-based bar number -  the same as Cum(1)-1 but it is much faster than Cum(1) when used in IndicatorsSend BUG REPORTS to bugs@xxxxxxxxxxxxxSend 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 Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 
 
____________________________________________________  IncrediMail - Email has finally evolved - Click Here
Yahoo! Groups Sponsor
  ADVERTISEMENT
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
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
 
Attachment:
Description: "" 
 |