From fef997035d253adcf808b26eb15f72eeccd3d512 Mon Sep 17 00:00:00 2001 From: Nikhil Saraf <1028334+nikhilsaraf@users.noreply.github.com> Date: Sat, 9 May 2020 23:10:00 +0530 Subject: [PATCH] add Kelp bot to new Golang section --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a991a0e..91f792f 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [Scala](#scala) - [Ruby](#ruby) - [Elixir/Erlang](#elixirerlang) +- [Golang](#golang) - [CSharp](#csharp) - [Frameworks](#frameworks) - frameworks that support different languages - [Reproducing Works](#reproducing-works) - repositories that reproduce books and papers results or implement examples @@ -312,6 +313,10 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [Tai](https://github.com/fremantle-capital/tai) - Open Source composable, real time, market data and trade execution toolkit. - [Workbench](https://github.com/fremantle-industries/workbench) - From Idea to Execution - Manage your trading operation across a globally distributed cluster +## Golang + +- [Kelp](https://github.com/stellar/kelp) - Kelp is an open-source Golang algorithmic cryptocurrency trading bot that runs on centralized exchanges and Stellar DEX (command-line usage and desktop GUI). + ## Frameworks - [QuantLib](https://www.quantlib.org) - The QuantLib project is aimed at providing a comprehensive software framework for quantitative finance.