From 46f187dc7aa92bde75a98fa1aab2d56a4730ad22 Mon Sep 17 00:00:00 2001 From: Wayne Adams Date: Wed, 20 Dec 2017 17:11:21 -0800 Subject: [PATCH] Adds QuantConnect's Lean project to the list --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b47e6c0..7cf8215 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [Haskell](#haskell) - [Scala](#scala) - [Ruby](#ruby) +- [CSharp](#csharp) - [Frameworks](#frameworks) - frameworks that support different languages - [Reproducing Works](#reproducing-works) - repositories that reproduce books and papers results or implement examples @@ -272,6 +273,9 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [QuantLib.jl](https://github.com/pazzo83/QuantLib.jl) - Julia port - [TA-Lib](http://ta-lib.org) - perform technical analysis of financial market data +## CSharp + +- [QuantConnect](https://github.com/QuantConnect/Lean) - Lean Engine is an open-source fully managed C# algorithmic trading engine built for desktop and cloud usage. ## Reproducing Works