IAnalyticsScript

StockSharp.Algo.Analytics

Интерфейс описывает скрипт аналитики.

Методы

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)

Запустите скрипт аналитики.

logs
ILogReceiver
panel
IAnalyticsPanel
securities
финансовые инструменты.
from
Дата начала.
to
Дата окончания.
storage
IStorageRegistry
drive
IMarketDataDrive
format
StorageFormats
dataType
DataType
cancellationToken
CancellationToken

Возвращает: Задача