This app monitors the Binance cryptocurrency exchange in search of triangle arbitrage opportunities.
The HUD is the chart displayed above. It is repainted after each calculation cycle to show snapshots of currently detected
arbitrage opportunities. To disable the HUD, set HUD.ENABLED
to false.
EXECUTION.FEE
config.These instructions will get a copy of the project up and running on your local machine for development and testing purposes.
The following dependencies are recommended to run an instance:
git clone https://github.com/bmino/binance-triangle-arbitrage.git
All configuration is managed inside the /config
directory.
To setup your configuration for the first time, duplicate the config.json.example
file and remove the ".example" extension.
This process must be done before deploying the app for the first time and redone after each major version update where the configuration has changed.
Explanations of each value can be found here.
Install project dependencies
cd binance-triangle-arbitrage
npm install
Start the application
npm start
There are two supported methods of executing an identified triangle arbitrage opportunity. More details here
All logs are stored in the /logs
directory. The log level is set via the LOG.LEVEL
configuration property.
See also the list of contributors who participated in this project.
The developers listed above created and maintain this project for free. I don't expect any compensation, but if you appreciate my work feel free to donate to the following addresses:
This project is licensed under mit