hzjken / crypto-arbitrage-framework

A cryptocurrency arbitrage framework implemented with ccxt and cplex. It can be used to monitor multiple exchanges, find a multi-lateral arbitrage path which maximizes rate of return, calculate the optimal trading amount for each pair in the path given flexible constraints, and execute trades with multi-threading implemenation.
552 stars 172 forks source link

Does this perform actual withdraw/deposit cross-exchange? #19

Open JeremyJonas opened 3 years ago

JeremyJonas commented 3 years ago

Most crypto arbitrage bots don’t do actual arbitrage with withdraw/deposit cross-exchange, from reading the docs for this project it is unclear if this supports that?

Also, is it possible to set “min profitability” settings?

Great work, very interest project.