StockSharp.Algo.Analytics 5.0.79

Prefix Reserved
dotnet add package StockSharp.Algo.Analytics --version 5.0.79
                    
NuGet\Install-Package StockSharp.Algo.Analytics -Version 5.0.79
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="StockSharp.Algo.Analytics" Version="5.0.79" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="StockSharp.Algo.Analytics" Version="5.0.79" />
                    
Directory.Packages.props
<PackageReference Include="StockSharp.Algo.Analytics" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add StockSharp.Algo.Analytics --version 5.0.79
                    
#r "nuget: StockSharp.Algo.Analytics, 5.0.79"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package StockSharp.Algo.Analytics@5.0.79
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=StockSharp.Algo.Analytics&version=5.0.79
                    
Install as a Cake Addin
#tool nuget:?package=StockSharp.Algo.Analytics&version=5.0.79
                    
Install as a Cake Tool

Algo.Analytics

Algo.Analytics is a small library that exposes a common set of interfaces for running analytics scripts on top of the StockSharp trading platform. The package itself does not contain any user interface but defines abstractions that allow scripts written in different languages to display their results in a uniform way.

The library is a part of the main StockSharp repository and can be found in the Algo.Analytics folder. Example scripts that implement these interfaces are located in the sibling folders:

  • Algo.Analytics.CSharp – C# examples
  • Algo.Analytics.FSharp – F# examples
  • Algo.Analytics.Python – Python examples together with helper modules for .NET interoperability

These example scripts showcase the Hydra analytics feature. See the Hydra documentation for details on executing analytics scripts inside the platform.

Interfaces

IAnalyticsScript

Entry point for a custom analytic. The Run method receives the logging interface, an IAnalyticsPanel for output and parameters describing the market data to analyse.

IAnalyticsPanel

Represents a container where a script can place the output. It allows creating:

  • tables via CreateGrid
  • two‑dimensional charts via CreateChart
  • three‑dimensional charts via CreateChart with three generic arguments
  • heatmaps via DrawHeatmap
  • 3D surfaces via Draw3D

IAnalyticsChart

A chart produced by IAnalyticsPanel. It exposes Append methods to add series of points (or bubbles in the 3D case) with the desired drawing style and color.

IAnalyticsGrid

A helper interface to fill tabular data and specify sorting rules.

Example scripts

The example folders contain several ready‑to‑use scripts demonstrating how to implement different analytics:

  • BiggestCandleScript – finds the candle with the largest body and volume
  • PriceVolumeScript – shows distribution of volume by price levels
  • IndicatorScript – calculates a ROC indicator and plots it on a chart
  • Chart3DScript and ChartDrawScript – demonstrate drawing 3D surfaces and custom chart series
  • NormalizePriceScript, PearsonCorrelationScript, TimeVolumeScript, and others

Python examples include a set of helper modules under common that simplify working with .NET types from Python code (for example chart_extensions.py and storage_extensions.py).

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on StockSharp.Algo.Analytics:

Package Downloads
StockSharp.Apps.Hydra

Hydra free market data downloader and database

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.0.79 103 8/10/2025
5.0.78 514 7/23/2025
5.0.77 490 7/22/2025
5.0.76 191 7/20/2025
5.0.75 150 7/14/2025
5.0.74 148 7/8/2025
5.0.73 103 7/4/2025
5.0.72 134 6/30/2025
5.0.71 185 6/24/2025
5.0.70 117 6/20/2025
5.0.69 165 6/18/2025
5.0.68 204 6/2/2025
5.0.67 306 5/14/2025
5.0.66 413 4/1/2025
5.0.65 134 3/29/2025
5.0.64 154 3/27/2025
5.0.63 270 2/28/2025
5.0.62 168 2/26/2025
5.0.61 146 2/24/2025
5.0.60 254 2/15/2025
5.0.59 153 2/14/2025
5.0.58 327 1/7/2025
5.0.57 194 12/30/2024
5.0.56 418 11/18/2024
5.0.55 147 11/16/2024
5.0.54 333 10/14/2024
5.0.53 172 10/9/2024
5.0.52 155 10/7/2024
5.0.51 159 10/3/2024
5.0.50 200 9/23/2024
5.0.49 161 9/18/2024
5.0.48 159 9/16/2024
5.0.47 182 9/8/2024
5.0.46 270 8/24/2024
5.0.45 258 8/9/2024
5.0.44 138 8/5/2024
5.0.43 129 8/1/2024
5.0.42 153 7/28/2024
5.0.41 262 7/4/2024
5.0.40 195 6/23/2024
5.0.39 196 6/13/2024
5.0.38 203 5/30/2024
5.0.37 146 5/22/2024
5.0.36 230 5/13/2024
5.0.35 197 5/5/2024
5.0.34 203 4/26/2024
5.0.33 170 4/25/2024
5.0.32 198 4/12/2024
5.0.31 195 4/4/2024
5.0.30 248 3/12/2024
5.0.29 163 2/23/2024
5.0.28 168 2/22/2024
5.0.27 238 2/21/2024
5.0.26 186 2/14/2024
5.0.25 181 2/12/2024
5.0.24 178 2/6/2024
5.0.23 185 1/31/2024
5.0.22 196 1/14/2024
5.0.21 230 1/10/2024
5.0.20 280 12/15/2023
5.0.19 223 12/8/2023
5.0.18 193 11/28/2023
5.0.17 132 11/28/2023
5.0.16 181 10/11/2023
5.0.15 314 10/8/2023
5.0.14 234 9/29/2023
5.0.13 197 9/19/2023
5.0.12 171 9/18/2023
5.0.11 401 7/30/2023
5.0.10 294 7/10/2023
5.0.9 224 7/8/2023
5.0.8 236 7/5/2023
5.0.7 244 6/22/2023
5.0.6 218 6/19/2023
5.0.5 266 5/14/2023
5.0.4 238 5/8/2023
5.0.3 228 4/21/2023
5.0.2 336 4/17/2023
5.0.1 305 4/7/2023
5.0.0 268 4/3/2023