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
ILogReceiverpanel
IAnalyticsPanelsecurities
SecurityId[]Securities.
from
DateTimeBegin date.
to
DateTimeEnd date.
storage
IStorageRegistrydrive
IMarketDataDriveformat
StorageFormatstimeFrame
TimeSpanTime-frame.
cancellationToken
CancellationToken