ExportDataOptions
Properties
from
OptionalOptional timestamp of the first exported bar.
Type
number
includeDisplayedValues
OptionalIf true then the exported data will include formatted value as displayed to the user.
Default
false
Type
boolean
includeOffsetStudyValues
OptionalInclude 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
OptionalIf true then the exported data will include open, high, low, close values from the main series.
Default
true
Type
boolean
includeTime
OptionalIf true then each exported data item will include a time value.
Default
true
Type
boolean
includeUserTime
OptionalIf 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
OptionalOptional timestamp of the last exported bar.
Type
number