Date

From MultiCharts
Revision as of 17:24, 27 January 2012 by JoshM (talk | contribs)
Jump to navigation Jump to search

Returns a numerical value indicating the closing date of a bar. The date is indicated in the YYYMMdd format, where YYY is the number of years since 1900, MM is the month, and dd is the day of the month.

Usage

Date

Example

Print(Date);

Will return a value of 1071030 if the date is October 30th, 2007. It will return a value of 990402 if the date April 2th, 1999.

Related articles