Table of Contents

Interface IAnalyticsScript

Namespace
StockSharp.Algo.Analytics
Assembly
StockSharp.Algo.Analytics.dll

Interface describes analytics script.

public interface IAnalyticsScript
Extension Methods

Methods

Run(ILogReceiver, IAnalyticsPanel, SecurityId[], DateTime, DateTime, IStorageRegistry, IMarketDataDrive, StorageFormats, TimeSpan, CancellationToken)

Run analytics script.

Task Run(ILogReceiver logs, IAnalyticsPanel panel, SecurityId[] securities, DateTime from, DateTime to, IStorageRegistry storage, IMarketDataDrive drive, StorageFormats format, TimeSpan timeFrame, CancellationToken cancellationToken)

Parameters

logs ILogReceiver

ILogReceiver

panel IAnalyticsPanel

IAnalyticsPanel

securities SecurityId[]

Securities.

from DateTime

Begin date.

to DateTime

End date.

storage IStorageRegistry

IStorageRegistry

drive IMarketDataDrive

IMarketDataDrive

format StorageFormats

StorageFormats

timeFrame TimeSpan

Time-frame.

cancellationToken CancellationToken

CancellationToken

Returns

Task

Task