Skip to content

ccn1010/arbitrage

Repository files navigation

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=

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages