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. Three symbols related by exchange rates are involved in the triangle arbitrage. Percent profit or loss from executing the triangle arbitrage. This includes trading fees specified via EXECUTION.FEE config. 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. ...