QuantLib 1.0.3

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.3
NuGet\Install-Package QuantLib -Version 1.0.3
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.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add QuantLib --version 1.0.3
#r "nuget: QuantLib, 1.0.3"
#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.3

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

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

QuantLib is a C# library with base algorithms, charts, signals and strategies useful for trading securities with Quantower and other C# packages.

Library 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 C#, so it can be integrated with Quantower, Multicharts, NinjaTrader, Tickblaze, StockSharp...
  • Supports both historical analysis (working on bulk of historical data) and real-time calculations (adding one data item at the time without re-calculating the whole history)
  • Separation of calculations (algorithms) amd visualizations (charts)
  • Handles early data right - no hiding of poor calculations with NaN values (unless requested)
  • Preserves time-value integrity of data throughout the calculation chain (every data point has to have atimestamp)

QuantLib needs a feed of OHLCV quotes with timestamps and can calculate technical indicators regardless of the source, type of security, size of a data bar.

QuantLib is now published on nuget.org so it can be included in .NET interactive notebooks.

Completed

  • ADD - Add TSeries
  • SUB - Subtract TSeries
  • MUL - Multiply TSeries
  • DIV - Divide TSeries
  • SMA - Simple Moving Average
  • EMA - Exponential Moving Average
  • WMA - Weighted Moving average
  • RMA - WildeR's Moving average
  • DEMA - Double Exponential Moving Average
  • TEMA - Triple Exponential Moving Average
  • HMA - Hull moving average
  • ZLEMA - Zero-Lag EMA moving average
  • JMA - Jurik Moving Indicator
  • HEMA - Hull-EMA moving average (a hybrid experiment, not a standard indicator )
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 is compatible.  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.
  • net7.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 375 1/22/2024
1.32.0 2,307 10/20/2023