QuantLib 1.0.5

Suggested Alternatives

QuanTAlib

Additional Details

Rebranding of the library name from QuantLib to QuanTAlib to avoid confusion with QuantLib https://www.quantlib.org/

There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package QuantLib --version 1.0.5
NuGet\Install-Package QuantLib -Version 1.0.5
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="QuantLib" Version="1.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add QuantLib --version 1.0.5
#r "nuget: QuantLib, 1.0.5"
#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.
// Install QuantLib as a Cake Addin
#addin nuget:?package=QuantLib&version=1.0.5

// Install QuantLib as a Cake Tool
#tool nuget:?package=QuantLib&version=1.0.5

QuantLib - quantitative technical indicators for Quantower and other C#-based trading platorms

Nuget Nuget GitHub watchers GitHub last commit

.NET7.0 .NET6.0 .NET5.0 .NET4.8 GitHub license

Quantitative Library (QuantLib) is an easy-to-use C# library for quantitative technical analysis with base algorithms, charts, signals and strategies useful for trading securities with Quantower, MultiCharts.NET and other C#-based trading platforms.

QuantLib is written with some specific design criteria in mind - this is a list of reasons why there is 'yet another C# TA library':

  • Written in native C# - no code conversion from TALIB or other existing TA libraries
  • No usage of Decimal datatypes, Linq, interface abstractions, or static classes (all for performance reasons)
  • Support both historical data analysis (working on bulk of historical arrays) and real-time analysis (adding one data item at the time without re-calculating the whole history)
  • Separation of calculations (algos) and visualizations (charts)
  • Handle early data right - no hiding of poor calculations with NaN values (unless explicitly requested)
  • Preservation of time-value integrity of each data throughout the calculation chain (each data point has a timestamp)

QuantLib does not provide OHLCV quotes - but it can easily connect to any data feeds - see Docs for examples.

See Getting Started .NET interactive notebook to get a feel how library works.

List of available and planned indicators. So. Much. To. Do...

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 is compatible.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 3.1

    • No dependencies.
  • .NETFramework 4.8

    • No dependencies.
  • .NETStandard 2.0

    • No dependencies.
  • .NETStandard 2.1

    • No dependencies.
  • net5.0

    • No dependencies.
  • net6.0

    • No dependencies.

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
1.33.0 405 1/22/2024
1.32.0 2,657 10/20/2023