Skip to main content
External data source descriptors, e.g. Csv.

Types

Csv

type Descriptor of an external CSV data source (URL and time column). Passed via the source argument of Context.calc_on or request_series to use data from an external CSV file in an indicator. The descriptor carries no time frame: it is declared at the call site, via the time_frame argument.

Methods

More info on this topic you can find in External data chapter.

IExternalSource

type Common base type of all external data source descriptors, e.g. indie.data.sources.Csv.