Skip to main content

Interface: ExportDataOptions

Charting Library.ExportDataOptions

Properties

from

Optional from: number

Optional timestamp of the first exported bar.


includeDisplayedValues

Optional includeDisplayedValues: boolean

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

Default

false

includeOffsetStudyValues

Optional includeOffsetStudyValues: boolean

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.


includeSeries

Optional includeSeries: boolean

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

Default

true

includeTime

Optional includeTime: boolean

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

Default

true

includeUserTime

Optional includeUserTime: boolean

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

includedStudies

includedStudies: readonly string[] | "all"

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


to

Optional to: number

Optional timestamp of the last exported bar.