Algorum.Quant.Types 1.0.45

.NET 5.0
dotnet add package Algorum.Quant.Types --version 1.0.45
NuGet\Install-Package Algorum.Quant.Types -Version 1.0.45
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="Algorum.Quant.Types" Version="1.0.45" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Algorum.Quant.Types --version 1.0.45
#r "nuget: Algorum.Quant.Types, 1.0.45"
#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 Algorum.Quant.Types as a Cake Addin
#addin nuget:?package=Algorum.Quant.Types&version=1.0.45

// Install Algorum.Quant.Types as a Cake Tool
#tool nuget:?package=Algorum.Quant.Types&version=1.0.45

Refer to below documentation to use this package to build Algo Trading strategies for Algorum.

https://docs.algorumsoftware.com/

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
Compatible target framework(s)
Additional computed target framework(s)
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
1.0.45 355 2/14/2022
1.0.44 319 2/9/2022
1.0.43 324 2/9/2022
1.0.42 346 2/2/2022
1.0.41 335 2/2/2022
1.0.40 355 1/21/2022
1.0.39 333 1/19/2022
1.0.37 193 1/8/2022
1.0.36 244 1/7/2022
1.0.35 182 1/6/2022
1.0.34 178 1/6/2022
1.0.33 208 12/30/2021
1.0.32 190 12/30/2021
1.0.31 200 12/28/2021
1.0.30 200 12/27/2021
1.0.29 183 12/26/2021
1.0.28 198 12/24/2021
1.0.27 192 12/24/2021
1.0.26 205 12/24/2021
1.0.25 185 12/23/2021
1.0.24 192 12/23/2021
1.0.23 283 12/4/2021
1.0.22 212 12/3/2021
1.0.21 882 12/3/2021
1.0.20 817 12/3/2021
1.0.19 224 11/28/2021
1.0.18 200 11/28/2021
1.0.17 205 11/28/2021
1.0.16 3,050 11/25/2021
1.0.15 2,760 11/25/2021
1.0.14 2,709 11/25/2021
1.0.13 3,154 11/25/2021
1.0.12 355 11/19/2021
1.0.11 213 11/19/2021
1.0.10 213 11/19/2021
1.0.9 242 11/19/2021
1.0.8 277 11/16/2021
1.0.7 277 11/12/2021
1.0.6 243 11/11/2021
1.0.5 250 11/10/2021
1.0.4 256 11/10/2021
1.0.3 266 11/10/2021
1.0.2 322 11/1/2021
1.0.1 350 10/24/2021
1.0.0 345 10/24/2021

Added support for expiry based paired options stats for a strategy, where the stats are based on the total order count of a particular option expiry. This eliminates the wrong calculation of draw down for options strategies that have paired orders.