Skip to content

memsjava/arb-inter-exchange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 %

About

Arbitrage inter exchange. kraken - ftx

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages