Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do you add more coin pairs for triangular arbitrage? #2

Open
smartalx opened this issue Dec 28, 2017 · 1 comment
Open

How do you add more coin pairs for triangular arbitrage? #2

smartalx opened this issue Dec 28, 2017 · 1 comment

Comments

@smartalx
Copy link

How do you add more coin pairs for triangular arbitrage? You have more than one example for exchange arbitrage but you only have one for triangular and it's in a different format.

@kelvinau
Copy link
Owner

There is only one example for each arbitrage. For exchange arbitrage, two exchanges (exchangeA & exchangeB) are required because of the nature of comparing price between the exchanges. The format of the tickerPair depends on the exchange API. For example, bittrex uses "BTC-ETH" and bitstamp uses "ethbtc". You will need to refer to the API documentation of the exchange.

Right now for triangular, it is only running for one triangular combination. I think it's a good idea to add the feature to be able to run for multiple.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants