Returns the unix timestamp of the opening of the candlestick.
Syntax:
1 |
OpenTimestamp |
See also: Timestamp
Example:
retrieve the seconds elapsed since end of the last bar:
1 2 3 |
elapsed = timestamp - opentimestamp return elapsed |