QuanTAlib 0.1.11
See the version list below for details.
dotnet add package QuanTAlib --version 0.1.11
NuGet\Install-Package QuanTAlib -Version 0.1.11
<PackageReference Include="QuanTAlib" Version="0.1.11" />
paket add QuanTAlib --version 0.1.11
#r "nuget: QuanTAlib, 0.1.11"
// Install QuanTAlib as a Cake Addin #addin nuget:?package=QuanTAlib&version=0.1.11 // Install QuanTAlib as a Cake Tool #tool nuget:?package=QuanTAlib&version=0.1.11
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 Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. 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 | netcoreapp3.0 was computed. netcoreapp3.1 is compatible. |
.NET Standard | netstandard2.1 is compatible. |
.NET Framework | net48 is compatible. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETCoreApp 3.1
- No dependencies.
-
.NETFramework 4.8
- No dependencies.
-
.NETStandard 2.1
- 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 |
---|---|---|
0.7.13 | 55 | 11/9/2024 |
0.7.12 | 39 | 11/8/2024 |
0.7.11 | 42 | 11/5/2024 |
0.7.10 | 37 | 11/5/2024 |
0.7.9 | 45 | 11/4/2024 |
0.7.6 | 40 | 11/3/2024 |
0.7.5 | 34 | 11/3/2024 |
0.7.4 | 39 | 11/2/2024 |
0.7.3 | 42 | 10/30/2024 |
0.7.2 | 44 | 10/28/2024 |
0.7.1 | 44 | 10/26/2024 |
0.7.0 | 42 | 10/25/2024 |
0.6.2 | 60 | 10/14/2024 |
0.6.1 | 52 | 10/14/2024 |
0.5.2 | 56 | 10/12/2024 |
0.5.0 | 65 | 9/30/2024 |
0.4.2 | 76 | 9/26/2024 |
0.4.0 | 53 | 9/24/2024 |
0.3.1 | 60 | 9/23/2024 |
0.3.0 | 53 | 9/23/2024 |
0.2.26 | 632 | 5/4/2023 |
0.2.4 | 226 | 4/17/2023 |
0.2.3 | 217 | 4/8/2023 |
0.2.2 | 199 | 4/8/2023 |
0.2.1 | 212 | 4/8/2023 |
0.2.0 | 197 | 4/7/2023 |
0.1.31 | 202 | 4/3/2023 |
0.1.30 | 206 | 3/30/2023 |
0.1.29 | 240 | 3/20/2023 |
0.1.28 | 223 | 3/20/2023 |
0.1.27 | 321 | 1/9/2023 |
0.1.25 | 295 | 1/4/2023 |
0.1.24 | 291 | 12/22/2022 |
0.1.23 | 311 | 12/6/2022 |
0.1.22 | 358 | 11/19/2022 |
0.1.21 | 329 | 11/18/2022 |
0.1.20 | 333 | 11/16/2022 |
0.1.19 | 80 | 11/14/2022 |
0.1.18 | 364 | 11/12/2022 |
0.1.17 | 323 | 11/11/2022 |
0.1.16 | 337 | 11/9/2022 |
0.1.15 | 113 | 11/6/2022 |
0.1.14 | 495 | 5/12/2022 |
0.1.13 | 446 | 4/30/2022 |
0.1.12 | 430 | 4/25/2022 |
0.1.11 | 415 | 4/20/2022 |
0.1.10-beta | 177 | 4/16/2022 |
0.1.1 | 46 | 10/14/2024 |
0.0.1 | 137 | 5/4/2023 |