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
logsILogReceiverpanelIAnalyticsPanelsecuritiesSecurityId[]Securities.
fromDateTimeBegin date.
toDateTimeEnd date.
storageIStorageRegistrydriveIMarketDataDriveformatStorageFormatstimeFrameTimeSpanTime-frame.
cancellationTokenCancellationToken