Skip to content

BacktestingDataSource

Summary

Represents a backtesting data source.

Signature

1
public abstract interface BacktestingDataSource

Namespace

cAlgo.API

See Also

Methods

ClearCache

Summary

Clears cached price data of current data source if not being used.

Signature

1
public abstract bool ClearCache()

Return Value

bool

Properties

Name

Summary

Gets unique name of backtesting data source.

Signature

1
public abstract string Name {get;}

Return Value

string

SupportOnlyOwnCustomTimeFrames

Summary

Gets / sets if current backtesting data source can be used only for owner plugin custom TimeFrames or for both owner plugin custom TimeFrames and built-in TimeFrames.If True current source will only appear if backtesting TimeFrame is owner plugin created custom TimeFrame.

Signature

1
public abstract bool SupportOnlyOwnCustomTimeFrames {get; set;}

Return Value

bool