arbitrage
Here are 217 public repositories matching this topic...
Blackbird Bitcoin Arbitrage: a long/short market-neutral strategy
-
Updated
Oct 28, 2020 - C++
Hummingbot is open source software that helps you build trading bots that run on any exchange or blockchain
-
Updated
Jun 15, 2022 - Python
Cryptocurrency trading bot using technical analysis based strategy with an advanced web interface
-
Updated
Jun 13, 2022 - Python
Detects arbitrage opportunities across 131 cryptocurrency exchanges in 50 countries
-
Updated
Jun 28, 2021 - Python
Detect in-market cryptocurrency arbitrage
-
Updated
Apr 13, 2022 - JavaScript
R2 Bitcoin Arbitrager is an automatic arbitrage trading system powered by Node.js + TypeScript.
-
Updated
Oct 21, 2021 - TypeScript
An arbitrage bot between Uniswap AMMs
-
Updated
May 29, 2022 - Solidity
Automatic Cryptocurrency Trading Bot using Triangular or Exchange Arbitrages
-
Updated
Feb 22, 2019 - Python
Open Source algo trading platform
-
Updated
Jun 15, 2022 - C#
This repository contains three ways to obtain arbitrage which are Dual Listing, Options and Statistical Arbitrage. These are projects in collaboration with Optiver and have been peer-reviewed by staff members of Optiver.
-
Updated
Feb 3, 2021 - Jupyter Notebook
The Roq C++20 API used for Live Cryptocurrency Algorithmic and High-Frequency Trading as well as for Back-Testing and Historical Simulation
-
Updated
Jun 11, 2022 - C++
A DeFi Arbitrage Bot with DyDx Flashloans.
-
Updated
Jan 31, 2021 - Solidity
A cryptocurrency trader for all famous exchanges
-
Updated
Oct 28, 2020 - Go
Describe the solution you'd like
SWIG was used to create Python bindings for this library. Currently the procedure documented at https://github.com/crypto-chassis/ccapi/tree/v3.4.2#python isn't applicable for creating Python bindings on Windows. Modify the CMake files used in the build process to create successful Python bindings using MinGW (if you can also make it work for MSVC that will be
Reading before beginning. Simple demo of trading strategy in KuCoin, if you love it, please star it. 开始前请读我。库币的简单交易策略示例,如果你喜欢,请star该项目
-
Updated
Jun 10, 2020
Convenient access to tick-level real-time and historical cryptocurrency market data via Node.js
-
Updated
Jun 14, 2022 - TypeScript
Bot18 is a high-frequency cryptocurrency trading bot developed by Zenbot creator @carlos8f
-
Updated
Apr 28, 2022 - HTML
Sports betting assistant (with interface) which optimizes earnings regarding odds and offers
-
Updated
Oct 6, 2021 - Python
A market neutral cryptocurrency trading bot.
-
Updated
May 23, 2022 - Java
A profitable triangular arbitrage cycles finder.
-
Updated
Jan 31, 2022 - JavaScript
Phemex is supported in python/js/php vesions but not here.
Any plans to be added?
Locally runnable server with built-in data caching, providing both tick-level historical and consolidated real-time cryptocurrency market data via HTTP and WebSocket APIs
-
Updated
Jun 10, 2022 - TypeScript
Improve this page
Add a description, image, and links to the arbitrage topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the arbitrage topic, visit your repo's landing page and select "manage topics."


It'd be nice if we could have access to Etherscan-like mapping of addr->name, instead of doing it manually/slowly ourselves https://github.com/flashbots/mev-inspect-rs/blob/master/src/addresses.rs#L112-L188. This could easily be done with the CSV crate, as shown here