In cBots, a DataSeries
parameter allows the user to select an input data series (e.g. price source) for calculation. It’s one of the supported parameter types (along with int
, double
, bool
, enum
, Color
, and TimeFrame
). For example, a cBot might expose a public DataSeries Source { get; set; }
parameter to let the user choose the price series.