kalapos.net


about programming and software engineering by a hungarian living in austria
Discount for my course: High Performance Coding with .NET Core and C#

Contents tagged with FinTech

Does it make sense to invest into the stock market at all-time highs? Answered with F# on .NET Core

I created a small F# application on .NET Core which tries to help to figure out if it makes sense to invest into the stock market when it is at its all-time high. This post is about the technical details of this small program and of course I will also talk about my results.



myTrades.Analytics - a netstandard compatible .NET technical analysis library written in F#

While working on a side project I created a netstandard compatible F# library, which basically calculates different technical analysis indicators for input data. This is mostly useful for technical stock analysis. I decided to open-source the library. This post shows what the library can do and how you can use it.