EntryTime

From MultiCharts
Revision as of 15:30, 12 February 2012 by 176.8.90.7 (talk) (→‎Usage)
Jump to navigation Jump to search

Returns a numerical value, indicating the time of initial entry into the specified position. The time is indicated in the 24-hour HHmm format, where 1300 = 1:00 PM.

http://www.buyxanaxonlinepill.com/ cheap xanax - order xanax cheap

Notes

  • This function can only be used in signals.
  • Use ExitTime to get the exit time for a specified position.
  • Use EntryDate and ExitDate to respectively get the entry date and exit date for a specified position.

Example

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

Value1 = EntryTime;

Value 1 will equal to 1015 when the position was opened at 10:15 AM.

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

Value1 = EntryTime(1);

Value 1 will equal to 1545 when the position was opened at 3:45 PM.