Skip to content
Tomas Rampas edited this page Jul 22, 2023 · 6 revisions

Make Bi5.Net more compatible

Rewrite NuGet project in netstandard2.0. It'd bring better usability due to compatibility with more .net platforms.

Refactor resampling

The resampling process loads all data into the memory. This is not effective. A continuous reader needs to be introduced, so it reads only a portion of the date range.

Improve the codebase and get rid of the memory issues

Due to the nature of the data, there are memory issues reported by Raider. These issues are muted currently, but it needs to be addressed in the future. It does not have an impact on functionality though, it is rather an internal technical issue.

Create more detailed documentation

Dukas.NET has many command lines switches which have to be described in more details. Create GitHub pages with proper documentation.

Release Build

The automatic or semiautomatic release build should be introduced to make non-dotnet people's life easier.


Done

Create NuGet package

Create a NuGet package, so the Dukascopy data processing can be plugged into other/3rd party .net projects.