Difference between revisions of "OpenEntryDate"

From MultiCharts
Jump to navigation Jump to search
m
Line 3: Line 3:
 
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.  
 
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 ==
+
http://www.buyxanaxonlinepill.com/ purchase xanax online no prescription - order generic xanax online
<syntaxhighlight>OpenEntryDate(EntryIndex)</syntaxhighlight>
 
 
 
Where:
 
 
 
:'''EntryIndex''' - a numerical expression, specifying the number of trade (zero-based).
 
  
 
== Notes ==  
 
== Notes ==  

Revision as of 20:41, 11 February 2012

Returns a numerical value, indicating the date of specified entry into the open 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/ purchase xanax online no prescription - order generic xanax online

Notes

  • This function can only be used in signals.
  • To retrieve the total number of trades in open position use OpenEntriesCount.

Example

OpenEntryDate(1);

Will return 1110402 for the open position if the second trade was generated at April 2nd, 2011.