Skip to content

A cryptocurrency arbitrage trader bot which detects intra-exchange arbitrage opportunities and executes profitable trading cycles automatically

License

Notifications You must be signed in to change notification settings

lax1089/crypto-arbitrage-trader

Repository files navigation

Crypto Arbitrage Trader README

A cryptocurrency arbitrage trader bot which detects intra-exchange arbitrage opportunities and executes profitable trading cycles automatically.

How do I get set up?

  • You will need to create a credentials.py file at root directory with the following contents:

      class Credentials(object):
    
      	def get_key():
      		return '<your_api_key>'
    
      	def get_secret():
      		return '<your_secret_key>'
    

How do I run it?

  • Command line arguments: python cycletester.py <executeTrades?>

Contribution guidelines

  • Writing tests
  • Code review
  • Other guidelines

Who do I talk to?

  • Alexander Page or Omar Hemmali

About

A cryptocurrency arbitrage trader bot which detects intra-exchange arbitrage opportunities and executes profitable trading cycles automatically

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages