Files
mql5-skills/skills/mql5/references/docs/01-constants/0161-constants-tradingconstants-enum-series-info-integer.md
T
2026-06-23 21:47:51 +08:00

1.1 KiB

History Database Properties

When accessing timeseries the SeriesInfoInteger() function is used for obtaining additional symbol information. Identifier of a required property is passed as the function parameter. The identifier can be one of values of ENUM_SERIES_INFO_INTEGER.

ENUM_SERIES_INFO_INTEGER

Identifier Description Type
SERIES_BARS_COUNT Bars count for the symbol-period for the current moment long
SERIES_FIRSTDATE The very first date for the symbol-period for the current moment datetime
SERIES_LASTBAR_DATE Open time of the last bar of the symbol-period datetime
SERIES_SERVER_FIRSTDATE The very first date in the history of the symbol on the server regardless of the timeframe datetime
SERIES_TERMINAL_FIRSTDATE The very first date in the history of the symbol in the client terminal, regardless of the timeframe datetime
SERIES_SYNCHRONIZED Symbol/period data synchronization flag for the current moment bool