-
Notifications
You must be signed in to change notification settings - Fork 5
ToDo
Rewrite NuGet project in netstandard2.0. It'd bring better usability due to compatibility with more .net platforms.
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.
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.
Dukas.NET has many command lines switches which have to be described in more details. Create GitHub pages with proper documentation.
The automatic or semiautomatic release build should be introduced to make non-dotnet people's life easier.
Create a NuGet package, so the Dukascopy data processing can be plugged into other/3rd party .net projects.