EntryDate

From MultiCharts
Revision as of 00:50, 13 February 2012 by 176.8.90.7 (talk) (→‎Notes)
Jump to navigation Jump to search

Returns a numerical value, indicating the date of initial entry into the specified position. 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.

http://www.buyxanaxonlinepill.com/ xanax cheap - buy cheap xanax online

http://www.buyxanaxonlinepill.com/ order xanax no prescription - xanax buy online

Example

Assign a value, indicating the date that the current position has been entered, to Value1 variable:

Value1 = EntryDate;

Value 1 will equal to 1081030 for the entry date of October 30th, 2008.

Assign a value, indicating the date that the most recently closed position has been entered, to Value1 variable:

Value1 = EntryDate(1);

Value 1 will equal to 990402 for the entry date of April 2nd, 1999.