Table of Contents

Namespace StockSharp.Algo.Analytics

Classes

BiggestCandleScript

The analytic script, shows biggest candle (by volume and by length) for specified securities.

Chart3DScript

The analytic script, calculating distribution of the biggest volume by hours and shows its in 3D chart.

ChartDrawScript

The analytic script, shows chart drawing possibilities.

EmptyAnalyticsScript

The empty analytic strategy.

IndicatorScript

The analytic script, using indicator ROC.

NormalizePriceScript

The analytic script, normalize securities close prices and shows on same chart.

PearsonCorrelationScript

The analytic script, calculating Pearson correlation by specified securities.

PriceVolumeScript

The analytic script, calculating distribution of the volume by price levels.

TimeVolumeScript

The analytic script, calculating distribution of the biggest volume by hours.

Interfaces

IAnalyticsChart<X, Y, Z>

The interface for work with a chart.

IAnalyticsGrid

The interface for work with the grid.

IAnalyticsPanel

The interface for work with result panel.

IAnalyticsScript

Interface describes analytics script.