Added forex algorithm trading framework for Ruby

This commit is contained in:
unageanu
2017-01-13 20:03:43 +09:00
parent 2608cc3202
commit 1eb9091a82
+5
View File
@@ -9,6 +9,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants
- [Java](#java)
- [Haskell](#haskell)
- [Scala](#scala)
- [Ruby](#ruby)
- [Frameworks](#frameworks) - frameworks that support different languages
- [Reproducing Works](#reproducing-works) - repositories that reproduce books and papers results or implement examples
@@ -223,6 +224,10 @@ A curated list of insanely awesome libraries, packages and resources for Quants
- [QuantScale](https://github.com/choucrifahed/quantscale) - Scala Quantitative Finance Library
## Ruby
- [Jiji](https://github.com/unageanu/jiji2) - Open Source Forex algorithmic trading framework using OANDA REST API.
## Frameworks
- [QuantLib](http://www.quantlib.org) - The QuantLib project is aimed at providing a comprehensive software framework for quantitative finance.