StockSharp.BarChart 5.0.194

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package StockSharp.BarChart --version 5.0.194
                    
NuGet\Install-Package StockSharp.BarChart -Version 5.0.194
                    
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.BarChart" Version="5.0.194" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="StockSharp.BarChart" Version="5.0.194" />
                    
Directory.Packages.props
<PackageReference Include="StockSharp.BarChart" />
                    
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.BarChart --version 5.0.194
                    
#r "nuget: StockSharp.BarChart, 5.0.194"
                    
#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.BarChart@5.0.194
                    
#: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.BarChart&version=5.0.194
                    
Install as a Cake Addin
#tool nuget:?package=StockSharp.BarChart&version=5.0.194
                    
Install as a Cake Tool

BarChart

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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.0.196 1,122 9/11/2025
5.0.195 338 8/30/2025
5.0.194 596 7/20/2025
5.0.193 308 7/20/2025
5.0.192 248 7/8/2025
5.0.191 306 6/20/2025
5.0.190 223 6/18/2025
5.0.189 326 6/2/2025
5.0.188 414 5/14/2025
5.0.187 563 3/29/2025
5.0.186 261 3/27/2025
5.0.185 495 2/26/2025
5.0.184 491 2/14/2025
5.0.183 585 12/30/2024
5.0.182 615 11/18/2024
5.0.181 236 11/16/2024
5.0.180 567 10/14/2024
5.0.179 264 10/9/2024
5.0.178 227 10/7/2024
5.0.177 228 10/3/2024
Loading failed

IMessageAdapter. Inverted logic of SupportedResultMessages property.
Replaced usage MarketDataMessage.DataType by DataType2 property.
TimeFrameLookupMessage -> DataTypeLookupMessage
Explicit BasicSettingAttribute applied.
IMessageAdapter. IsSupportCandlesUpdates, IsSupportCandlesPriceLevels converted into methods.
Doc link fixes.
MessageAdapter. TimeFrames property.
svg logo.
Warning fix.
Connectors depends from Messages ref only.
ExecutionMessage. ExecutionType marked as obsolete.
Connectors moved to Apps.
Connectors. Moved to main repo.
IMessageAdapter.TimeFrames
CandleMessage.State init fix.
IMessageAdapter.IsValid removed.
SupportedMarketDataTypes added to IMessageAdapter.
MarketDataMessage.ValidateBounds
Connectors. Removed candle type check from XXXTrader.
Connector. Subscribe/unsubscribe methods for candles added.
C# 7.0 features.
CandleMessage.IsFinished removed.
Security. CfiCode
IExternalCandleSource. Removed from connectors.
MarketDataFinishedMessage
IConnector. SubscribeMarketData and UnSubscribeMarketData. MarketDataTypes -> MarketDataMessage.
BarChartTrader fix.
Doc attribute.
C# 6.0 feature.
Licenseheader removed.
Connectors. Removed ref from Xceed.
Connectors.