CryptoUmnTheProject / Algorithmic-Trading

This is the repo where all algorithmic trading should be done
3 stars 2 forks source link

Add arbitrage to the logic folder - Logic #12

Open ThisIsEric1 opened 6 years ago

ThisIsEric1 commented 6 years ago

Arbitrage is "the simultaneous buying and selling of securities, currency, or commodities in different markets or in derivative forms in order to take advantage of differing prices for the same asset." This is a fundamental aspect of automated trading and something we can take advantage of. We need to know the logic involved to implement an algo that does this, i.e. can we do this? are the trading fees too high? what info do we need to know in order to perform this task?

ThisIsEric1 commented 6 years ago

I found a template here: https://github.com/gcarq/freqtrade Before implementing, make sure you understand all the logic; if you don't you'll lose a lot of money very quickly!