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 1/6] 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. From 490b7bc00a05e348a47cbc6bba404e9a9748064e Mon Sep 17 00:00:00 2001 From: Jan Date: Sun, 7 Jun 2020 10:22:55 +0200 Subject: [PATCH 2/6] Add DeepDow --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a991a0e..84ff4ba 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [qtpylib](https://github.com/ranaroussi/qtpylib) - QTPyLib, Pythonic Algorithmic Trading - [Quantdom](https://github.com/constverum/Quantdom) - Python-based framework for backtesting trading strategies & analyzing financial markets [GUI :neckbeard:] - [freqtrade](https://github.com/freqtrade/freqtrade) - Free, open source crypto trading bot - +- [DeepDow](https://github.com/jankrepl/deepdow) - Portfolio optimization with deep learning ### Risk Analysis From 04cac8c375f225668e4737bff7c43453e6207f7a Mon Sep 17 00:00:00 2001 From: Alvaro Bartolome Date: Sun, 7 Jun 2020 11:58:15 +0200 Subject: [PATCH 3/6] included investpy among python data sources --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a991a0e..b6877d3 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [metatrader5](https://pypi.org/project/MetaTrader5/) - API Connector to MetaTrader 5 Terminal - [akshare](https://github.com/jindaxiang/akshare) - AkShare is an elegant and simple financial data interface library for Python, built for human beings! - [yahooquery](https://github.com/dpguthrie/yahooquery) - Python interface for retrieving data through unofficial Yahoo Finance API. +- [investpy](https://github.com/alvarobartt/investpy) - Financial Data Extraction from Investing.com with Python! ### Excel Integration From 40d40776fc874306ce057a59641216ee1c1619a5 Mon Sep 17 00:00:00 2001 From: Chris Conlan Date: Sun, 7 Jun 2020 08:58:03 -0400 Subject: [PATCH 4/6] Adding my repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a991a0e..dd317a7 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [qtpylib](https://github.com/ranaroussi/qtpylib) - QTPyLib, Pythonic Algorithmic Trading - [Quantdom](https://github.com/constverum/Quantdom) - Python-based framework for backtesting trading strategies & analyzing financial markets [GUI :neckbeard:] - [freqtrade](https://github.com/freqtrade/freqtrade) - Free, open source crypto trading bot - +- [algorithmic-trading-with-python](https://github.com/chrisconlan/algorithmic-trading-with-python) - Free `pandas` and `scikit-learn` resources for trading simulation, backtesting, and machine learning on financial data. ### Risk Analysis From a0991cc4f438d3acb3a9eceb9f0287480ae2f521 Mon Sep 17 00:00:00 2001 From: Andrew Schonfeld Date: Sun, 7 Jun 2020 21:34:36 -0400 Subject: [PATCH 5/6] Add D-Tale (pandas dataframe visualizer) to python visualization section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a991a0e..a1bd182 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,10 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [expy](http://www.bnikolic.co.uk/expy/expy.html) - The ExPy add-in allows easy use of Python directly from within an Microsoft Excel spreadsheet, both to execute arbitrary code and to define new Excel functions. - [pyxll](https://www.pyxll.com) - PyXLL is an Excel add-in that enables you to extend Excel using nothing but Python code. +### Visualization + +- [D-Tale](https://github.com/man-group/dtale) - Visualizer for pandas dataframes and xarray datasets. + ## R ### Numerical Libraries & Data Structures From 1d953b05688fe590a13059a0d56c01107995b20e Mon Sep 17 00:00:00 2001 From: Alexey Paramonov Date: Mon, 15 Jun 2020 00:24:29 +0200 Subject: [PATCH 6/6] yliveticker live data from yahoo finance websocket --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1f2b696..cd177e5 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [akshare](https://github.com/jindaxiang/akshare) - AkShare is an elegant and simple financial data interface library for Python, built for human beings! - [yahooquery](https://github.com/dpguthrie/yahooquery) - Python interface for retrieving data through unofficial Yahoo Finance API. - [investpy](https://github.com/alvarobartt/investpy) - Financial Data Extraction from Investing.com with Python! +- [yliveticker](https://github.com/yahoofinancelive/yliveticker) - Live stream of market data from Yahoo Finance websocket. ### Excel Integration