PureBytes Links
Trading Reference Links
|
Barindex() and Cum() cover all bars for a given symbol.
To get the datenum of the first bar for a given symbol you could do something like this:
FirstDateNum = BarIndex() == 0 * DateNum();
Kind Regards,
Gary
qp <mmqp@xxxxxxxxx> wrote:
Hi,I want to reference to absolute bars/date; another word reference to the left most bar available in the database. It seems to me that Barindex() and cum() only gives you the visible bars. Can someone give example of function use?Also does DateNum() only works for visible bars?TIASend 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
Do you Yahoo!?
Yahoo! Photos: High-quality 4x6 digital prints for 25¢
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.
|