StockSharp.Algo.Analytics 5.0.77

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package StockSharp.Algo.Analytics --version 5.0.77
                    
NuGet\Install-Package StockSharp.Algo.Analytics -Version 5.0.77
                    
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.77" />
                    
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.77" />
                    
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.77
                    
#r "nuget: StockSharp.Algo.Analytics, 5.0.77"
                    
#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.77
                    
#: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.77
                    
Install as a Cake Addin
#tool nuget:?package=StockSharp.Algo.Analytics&version=5.0.77
                    
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.81 170 9/1/2025
5.0.80 162 8/30/2025
5.0.79 212 8/10/2025
5.0.78 530 7/23/2025
5.0.77 502 7/22/2025
5.0.76 236 7/20/2025
5.0.75 165 7/14/2025
5.0.74 160 7/8/2025
5.0.73 116 7/4/2025
5.0.72 146 6/30/2025
5.0.71 198 6/24/2025
5.0.70 128 6/20/2025
5.0.69 174 6/18/2025
5.0.68 218 6/2/2025
5.0.67 317 5/14/2025
5.0.66 424 4/1/2025
5.0.65 149 3/29/2025
5.0.64 163 3/27/2025
5.0.63 281 2/28/2025
5.0.62 177 2/26/2025
5.0.61 159 2/24/2025
5.0.60 266 2/15/2025
5.0.59 164 2/14/2025
5.0.58 336 1/7/2025
5.0.57 204 12/30/2024
5.0.56 427 11/18/2024
5.0.55 155 11/16/2024
5.0.54 343 10/14/2024
5.0.53 182 10/9/2024
5.0.52 166 10/7/2024
5.0.51 168 10/3/2024
5.0.50 209 9/23/2024
5.0.49 169 9/18/2024
5.0.48 167 9/16/2024
5.0.47 192 9/8/2024
5.0.46 280 8/24/2024
5.0.45 268 8/9/2024
5.0.44 146 8/5/2024
5.0.43 137 8/1/2024
5.0.42 165 7/28/2024
5.0.41 274 7/4/2024
5.0.40 206 6/23/2024
5.0.39 205 6/13/2024
5.0.38 213 5/30/2024
5.0.37 156 5/22/2024
5.0.36 239 5/13/2024
5.0.35 207 5/5/2024
5.0.34 210 4/26/2024
5.0.33 181 4/25/2024
5.0.32 209 4/12/2024
5.0.31 205 4/4/2024
5.0.30 256 3/12/2024
5.0.29 173 2/23/2024
5.0.28 179 2/22/2024
5.0.27 248 2/21/2024
5.0.26 194 2/14/2024
5.0.25 190 2/12/2024
5.0.24 187 2/6/2024
5.0.23 194 1/31/2024
5.0.22 204 1/14/2024
5.0.21 239 1/10/2024
5.0.20 289 12/15/2023
5.0.19 233 12/8/2023
5.0.18 198 11/28/2023
5.0.17 138 11/28/2023
5.0.16 185 10/11/2023
5.0.15 318 10/8/2023
5.0.14 240 9/29/2023
5.0.13 201 9/19/2023
5.0.12 176 9/18/2023
5.0.11 411 7/30/2023
5.0.10 304 7/10/2023
5.0.9 233 7/8/2023
5.0.8 247 7/5/2023
5.0.7 254 6/22/2023
5.0.6 226 6/19/2023
5.0.5 276 5/14/2023
5.0.4 251 5/8/2023
5.0.3 237 4/21/2023
5.0.2 345 4/17/2023
5.0.1 314 4/7/2023
5.0.0 279 4/3/2023