QuanTAlib 0.1.16
See the version list below for details.
dotnet add package QuanTAlib --version 0.1.16
NuGet\Install-Package QuanTAlib -Version 0.1.16
<PackageReference Include="QuanTAlib" Version="0.1.16" />
paket add QuanTAlib --version 0.1.16
#r "nuget: QuanTAlib, 0.1.16"
// Install QuanTAlib as a Cake Addin
#addin nuget:?package=QuanTAlib&version=0.1.16
// Install QuanTAlib as a Cake Tool
#tool nuget:?package=QuanTAlib&version=0.1.16
QuanTAlib - quantitative technical indicators for Quantower and other C#-based trading platorms
Quantitative TA Library (QuanTAlib) is an easy-to-use C# library for quantitative technical analysis with base algorithms, charts, signals and strategies useful for trading securities with Quantower and other C#-based trading platforms.
QuanTAlib 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 TA-LIB or other imported/converted TA libraries
- No usage of Decimal datatypes, LINQ, interface abstractions, or static classes (all for performance reasons)
- Supports both historical data analysis (working on bulk of historical arrays) and real-time analysis (adding one data item at the time without the need to re-calculate 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), data is as valid as mathematically possible from the first value
- Preservation of time-value integrity of each data throughout the calculation chain (each data point has a timestamp)
- Usage of events - each data series is an event publisher, each indicator is a subscriber - this allows seamless data flow between indicators without the need of plumbing (see MACD example to understand how events allow chaining of indicators)
QuanTAlib does not provide OHLCV quotes - but it can easily connect to any data feeds. There are some data feed classess available (RND_Feed for random OHLCV, YAHOO_Feed for Yahoo Finance daily stock data)
See Getting Started .NET interactive notebook to get a feel how library works. Developers can use QuanTAlib in .NET interactive or in console apps, but the best usage of the library is withing C#-enabled trading platforms - see QuanTower_Charts folder for Quantower examples.
List of available and planned indicators. So. Much. To. Do...
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- System.Text.Json (>= 6.0.6)
-
net6.0
- System.Text.Json (>= 6.0.6)
-
net7.0
- System.Text.Json (>= 6.0.6)
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 |
---|---|---|
0.1.27 | 79 | 1/9/2023 |
0.1.25 | 78 | 1/4/2023 |
0.1.24 | 96 | 12/22/2022 |
0.1.23 | 107 | 12/6/2022 |
0.1.22 | 127 | 11/19/2022 |
0.1.21 | 122 | 11/18/2022 |
0.1.20 | 130 | 11/16/2022 |
0.1.19 | 29 | 11/14/2022 |
0.1.18 | 146 | 11/12/2022 |
0.1.17 | 145 | 11/11/2022 |
0.1.16 | 149 | 11/9/2022 |
0.1.15 | 50 | 11/6/2022 |
0.1.14 | 292 | 5/12/2022 |
0.1.13 | 243 | 4/30/2022 |
0.1.12 | 231 | 4/25/2022 |
0.1.11 | 245 | 4/20/2022 |
0.1.10-beta | 74 | 4/16/2022 |