Home/Dovee/Function reference

time

Bar time (unix seconds).

Reference/Price series/Series

time

The candle’s timestamp when the chart provides it. 0 if the host omitted time. Useful for session logic you write yourself; session 9:15 to 15:15 already uses the chart clock.

Return value

series

For developers
  • MQL5: timeseries Time[].

Example

when time > 0 then plot close as "Price"

See also