BacktestingDataSource
Summary
Represents a backtesting data source.
Signature
1 | |
Namespace
cAlgo.API
See Also
Methods
ClearCache
Summary
Clears cached price data of current data source if not being used.
Signature
1 | |
Return Value
bool
Properties
Name
Summary
Gets unique name of backtesting data source.
Signature
1 | |
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 | |
Return Value
bool