CurrentTime

From MultiCharts
Jump to navigation Jump to search

Returns a numerical value, indicating the computer's current time. The time is indicated in the 24-hour HHmm format, where 1300 = 1:00 PM.

Usage

CurrentTime

Notes

  • Use CurrentTime_s to get the computer's current time with seconds precision.
  • Use Time and Time_s to get the time of the bar with respectively minutes and seconds precision.

Example

CurrentTime
  • Will return a value of 1015 for 10:15 AM,
  • Will return a value of 1545 for 3:45 PM.