Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 725 Bytes

README.md

File metadata and controls

31 lines (28 loc) · 725 Bytes

arb-inter-exchange

Arbitrage inter exchange. kraken - ftx

Installation

  1. create python environnement.
# on windows
py -m venv env
env\scripts\activate
  1. clone this repo and install requirement
git clone 'https://github.com/memsjava/arb-inter-exchange.git'
py install -r requirements.txt
  1. get api keys and change settings.json
  2. python main.py
can check arb:  True
kraken {'a': 0.2366, 'b': 0.2362}
ftx {'a': 0.236579, 'b': 0.23648}
buy 18.41961535
no opportunity with percentage final -0.15634678450607364 %

can check arb:  True
kraken {'a': 0.2366, 'b': 0.2362}
ftx {'a': 0.236651, 'b': 0.236517}
buy 18.41961535
no opportunity with percentage final -0.17196602189272475 %