Skip to content

terencebeauj/arbitrage_scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages