Merge pull request #108 from rburkholder/patch-1

Merged!
Thanks for your contribution and for having opened the CPP section.
I usually put int the Frameworks section libraries that have been ported to other languages, like quantlib.
This commit is contained in:
Wilson Freitas
2021-05-30 08:08:44 -03:00
committed by GitHub
+5
View File
@@ -16,6 +16,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants
- [Ruby](#ruby) - [Ruby](#ruby)
- [Elixir/Erlang](#elixirerlang) - [Elixir/Erlang](#elixirerlang)
- [Golang](#golang) - [Golang](#golang)
- [CPP](#cpp)
- [CSharp](#csharp) - [CSharp](#csharp)
- [Frameworks](#frameworks) - frameworks that support different languages - [Frameworks](#frameworks) - frameworks that support different languages
- [Reproducing Works](#reproducing-works) - repositories that reproduce books and papers results or implement examples - [Reproducing Works](#reproducing-works) - repositories that reproduce books and papers results or implement examples
@@ -375,6 +376,10 @@ A curated list of insanely awesome libraries, packages and resources for Quants
- [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). - [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).
- [marketstore](https://github.com/alpacahq/marketstore) - DataFrame Server for Financial Timeseries Data. - [marketstore](https://github.com/alpacahq/marketstore) - DataFrame Server for Financial Timeseries Data.
## CPP
- [TradeFrame](https://github.com/rburkholder/trade-frame) - C++ 17 based framework/library (with sample applications) for testing options based automated trading ideas using DTN IQ real time data feed and Interactive Brokers (TWS API) for trade execution. Comes with built-in [Option Greeks/IV](https://github.com/rburkholder/trade-frame/tree/master/lib/TFOptions) calculation library.
## Frameworks ## Frameworks
- [QuantLib](https://www.quantlib.org) - The QuantLib project is aimed at providing a comprehensive software framework for quantitative finance. - [QuantLib](https://www.quantlib.org) - The QuantLib project is aimed at providing a comprehensive software framework for quantitative finance.