IAnalyticsScript

StockSharp.Algo.Analytics

Interface describes analytics script.

Methods

Run
public Task Run(ILogReceiver logs, IAnalyticsPanel panel, SecurityId[] securities, DateTime from, DateTime to, IStorageRegistry storage, IMarketDataDrive drive, StorageFormats format, DataType dataType, CancellationToken cancellationToken)
result = iAnalyticsScript.Run(logs, panel, securities, from, to, storage, drive, format, dataType, cancellationToken)

Run analytics script.

logs
ILogReceiver
panel
IAnalyticsPanel
securities
Securities.
from
Begin date.
to
End date.
storage
IStorageRegistry
drive
IMarketDataDrive
format
StorageFormats
dataType
DataType
cancellationToken
CancellationToken

Returns: Task