Skip to content

gferrin/triangular-arbitrage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a program which takes advantage of triangular arbitrage opertunities on the BTC-E bitcoin exchange

to get started do

> npm install

and then build the binarys

> node-gyp configure build

and run with

> node triangle.js

be sure to be using v0.8.5 of node or it likely wont work

Description

This program makes use of the bellman-ford algorithm to find negative weight cycles in a weigted graph where each currency is a node in the graph and each edge weight is the invese of the transaction cost.

About

Triangular arbitrage implementation for BTC-e BitCoin exchange.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published