Algorum.Quant.Types 1.0.45

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.
<PackageVersion Include="Algorum.Quant.Types" Version="1.0.45" />
                    
Directory.Packages.props
<PackageReference Include="Algorum.Quant.Types" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#:package Algorum.Quant.Types@1.0.45
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Algorum.Quant.Types&version=1.0.45
                    
Install as a Cake Addin
#tool nuget:?package=Algorum.Quant.Types&version=1.0.45
                    
Install as a Cake Tool

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

https://docs.algorumsoftware.com/

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
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 662 2/14/2022
1.0.44 522 2/9/2022
1.0.43 519 2/9/2022
1.0.42 541 2/2/2022
1.0.41 540 2/2/2022
1.0.40 564 1/21/2022
1.0.39 542 1/19/2022
1.0.37 358 1/8/2022
1.0.36 415 1/7/2022
1.0.35 361 1/6/2022
1.0.34 352 1/6/2022
1.0.33 400 12/30/2021
1.0.32 355 12/30/2021
1.0.31 379 12/28/2021
1.0.30 361 12/27/2021
1.0.29 359 12/26/2021
1.0.28 380 12/24/2021
1.0.27 368 12/24/2021
1.0.26 373 12/24/2021
1.0.25 361 12/23/2021
1.0.24 338 12/23/2021
1.0.23 452 12/4/2021
1.0.22 377 12/3/2021
1.0.21 1,047 12/3/2021
1.0.20 995 12/3/2021
1.0.19 395 11/28/2021
1.0.18 374 11/28/2021
1.0.17 380 11/28/2021
1.0.16 3,205 11/25/2021
1.0.15 2,928 11/25/2021
1.0.14 2,887 11/25/2021
1.0.13 3,339 11/25/2021
1.0.12 533 11/19/2021
1.0.11 393 11/19/2021
1.0.10 401 11/19/2021
1.0.9 414 11/19/2021
1.0.8 445 11/16/2021
1.0.7 449 11/12/2021
1.0.6 422 11/11/2021
1.0.5 414 11/10/2021
1.0.4 435 11/10/2021
1.0.3 447 11/10/2021
1.0.2 492 11/1/2021
1.0.1 536 10/24/2021
1.0.0 515 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.