Join & EARN

FOREX ALGOS { }

DataSeries (Parameter type)

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 intdoubleboolenumColor, and TimeFrame). For example, a cBot might expose a public DataSeries Source { get; set; } parameter to let the user choose the price series.