IAnalyticsScript
StockSharp.Algo.Analytics
Interface describe el script de análisis.
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)
Ejecutar el guión analítico.
- logs
- ILogReceiver
- panel
- IAnalyticsPanel
- securities
- instrumentos financieros.
- from
- Comiencen la fecha.
- to
- Fecha final.
- storage
- IStorageRegistry
- drive
- IMarketDataDrive
- format
- StorageFormats
- dataType
- DataType
- cancellationToken
- CancellationToken
Devuelve: Tareas