Skip to content

Latest commit

 

History

History
55 lines (30 loc) · 1.39 KB

README.md

File metadata and controls

55 lines (30 loc) · 1.39 KB

Currency Arbitrage finder

A web application designed to find arbitrage (negative cycles) in currency.

What is an arbitrage?

Arbitrage is defined as near simultaneous purchase and sale of securities or foreign exchange in different markets in order to profit from price discrepancies.

Basicly meaning finding a path of exchanged in which you end up with more money than when you started.

We can simply view currency exchanges as a graph and using Bellman Ford Algorithm we're able to find said cycles.

App usage

main page:

MainScreen

Search for every coin you want (or just get the best available routes regardless of the coin)

search

Choose the path (optimal path is determined by profit per action)

routes

Enjoy

enjoy

Configuration

/packages/api/.env

PORT=
COOKIE_NAME=
CLIENT_BUILD_PATH=
LOCAL_DEV=
API_URL=

.env

PATH_NGINX_CONF=