arbitrage
Here are 145 public repositories matching this topic...
-
Updated
Oct 28, 2020 - C++
-
Updated
Feb 3, 2021 - Python
bitrinjani / r2
-
Updated
Jan 19, 2019 - TypeScript
-
Updated
Jan 11, 2020 - Python
-
Updated
Jan 31, 2021 - Python
-
Updated
Jan 28, 2021 - JavaScript
-
Updated
Feb 22, 2019 - Python
-
Updated
Oct 28, 2020 - Go
-
Updated
Sep 5, 2020 - HTML
-
Updated
Jan 5, 2021 - TypeScript
-
Updated
Feb 2, 2021 - C++
-
Updated
Oct 29, 2017 - C#
-
Updated
May 30, 2018 - Python
-
Updated
Jan 29, 2021
-
Updated
Jan 31, 2021 - C#
-
Updated
Jan 18, 2021 - Jupyter Notebook
-
Updated
Jan 31, 2021 - Python
-
Updated
Dec 17, 2020 - TypeScript
Global home currency
The current implementation assumes USD is your "default" fiat currency, and uses convertExchangePair() all over the place to make a conversion if the exchange is configured to have a different homeCurrency. It would be a really helpful refactor to be able to set a currency at the top level of the configuration rather than in every exchange. For example:
trading:
entrySpread: 0.008
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
-
Updated
Nov 22, 2019 - JavaScript
-
Updated
Mar 21, 2019 - Go
-
Updated
Feb 2, 2021 - C++
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."
Hi @namjug-kim please tell me how I can unsubscribe the stream from the websocket in order to create a new one with a different target currency using an instance of your BinanceWebsocketClient class, and if this is not provided, can I extend this class?