Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 559 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 559 Bytes

Auto-detect arbitrage

The purpose of this project is to detect the best arbitrage opportunities from trades provided by this api

Launch

For launch the project you need ammonite REPL and run this command

amm execute.sc <CURRENCY>

This command return the best arbitrage opportunities for the CURRENCYin parameter.

Currencies available are : EUR, JPY, USD, BTC

Example :

$ amm execute.sc BTC 
> Right(Arbitrage opportunity BTC->JPY->EUR->BTC (1.10 %))