terencebeauj / arbitrage_scanner

arbitrage scanner for binance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

arbitrage_scanner

Triangular-Arbitrage

This bot is a scanner for triangular arbitrage patterns, for the binance exchange. All the combinations are made by the bot, and it continuously performs the calculations on all the pair to detect arbitrages.

When arbitrages are detected, they are recorded in a log with the triangle name, the gain and the type of arbitrage: long or short. The infos.csv file is an exemple of what the log looks like.

You should at least, use the method presented here to deal with your keys: export them in the .env file, and then put this file into the .gitignore. Because it is of great importance that only you can access your private key, otherwise your funds could be stolen anytime.

This is a scanner EA, we have a stronger bot that use multi-threading and websockets, and performs real trades on binance (or any exchange actually), but it is in a private repository and is under developement.

About

arbitrage scanner for binance

License:MIT License


Languages

Language:Python 100.0%