Skip to main content
Version: latest

ExportDataOptions

Interface

Properties

from

Optional

Optional timestamp of the first exported bar.

Type

number


includeDisplayedValues

Optional

If true then the exported data will include formatted value as displayed to the user.

Default

false

Type

boolean


includeOffsetStudyValues

Optional

Include study data that has a positive offset from the main series data. That is study data that is "to the right of" the last main series data point.

Type

boolean


includeSeries

Optional

If true then the exported data will include open, high, low, close values from the main series.

Default

true

Type

boolean


includeTime

Optional

If true then each exported data item will include a time value.

Default

true

Type

boolean


includeUserTime

Optional

If true then each exported data item will include a user time value. User time is the time that user sees on the chart. This time depends on the selected time zone and resolution.

Default

false

Type

boolean


includedStudies

If true then each exported data item will include a value for the specified studies.

Type

readonly string[] | "all"


to

Optional

Optional timestamp of the last exported bar.

Type

number