From dafb017e86f23538fea792fbbdb9ec2ba9af3d6b Mon Sep 17 00:00:00 2001 From: Alex Kwiatkowski Date: Mon, 30 Dec 2019 12:51:28 -0800 Subject: [PATCH] Add Elixir/Erlang section with tai --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ad8ee36..3369d1f 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [Haskell](#haskell) - [Scala](#scala) - [Ruby](#ruby) +- [Elixir/Erlang](#elixirerlang) - [CSharp](#csharp) - [Frameworks](#frameworks) - frameworks that support different languages - [Reproducing Works](#reproducing-works) - repositories that reproduce books and papers results or implement examples @@ -299,6 +300,10 @@ A curated list of insanely awesome libraries, packages and resources for Quants ## Ruby - [Jiji](https://github.com/unageanu/jiji2) - Open Source Forex algorithmic trading framework using OANDA REST API. +- +## Elixir/Erlang + +- [Tai](https://github.com/fremantle-capital/tai) - Open Source composable, real time, market data and trade execution toolkit. ## Frameworks