IAnalyticsScript

StockSharp.Algo.Analytics

Interface descreve script de análise.

Métodos

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)

Executar script de análise.

logs
ILogReceiver
panel
IAnalyticsPanel
securities
Instrumentos financeiros.
from
Começar a data.
to
Fim da data.
storage
IStorageRegistry
drive
IMarketDataDrive
format
StorageFormats
dataType
DataType
cancellationToken
CancellationToken

Retorna: Tarefa