IndicatorData
IndicatorData represents the data generated by a technical indicator applied to financial market data. This type encapsulates the resulting data in a structured format.
Attributes:
data:
Description: The data generated by a technical indicator, stored in a tabular format.
Value type: table containing timestamp, indicator value, and signal value.
Last updated