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

Dont work at Bittrex #5

Open
flfsbr opened this issue Feb 9, 2018 · 7 comments
Open

Dont work at Bittrex #5

flfsbr opened this issue Feb 9, 2018 · 7 comments

Comments

@flfsbr
Copy link

flfsbr commented Feb 9, 2018

This bot still working? For me only show this:

crypto-arbitrage$ sudo python main.py -m triangular -p
20180209011813 starting Triangular Arbitrage Engine...
checking open orders...
no open orders
starting to check order book...

And nothing more after this.

@kelvinau
Copy link
Owner

kelvinau commented Feb 9, 2018

Yes it does. It's just that in production mode, it's not printing the debug checking message because I think it will be hard to find the message of the actual trade among all the others. It will only print if there's a possibly profitable trade.

@flfsbr
Copy link
Author

flfsbr commented Feb 9, 2018

Thanks for the answer. Can you indicate which are the best pairs for this type of operation? Or some tool that scans all the pairs and indicates the ones with the best opportunities?

@kelvinau
Copy link
Owner

kelvinau commented Feb 9, 2018

Not that I know of any tools for that, probably because of the difficulties from the large number of combination pairs and the limited API requests required to get the information. I personally traded BTC-ETH-LTC before. Arbitrage requires large volume and these big cryptos usually have it. Of course, the exchange needs to support trading between the three choices.

@flfsbr
Copy link
Author

flfsbr commented Feb 10, 2018

Using BTC-ETH-LTC. Any idea?

20180210092054 starting Triangular Arbitra
checking open orders...
no open orders
starting to check order book...
[<Response [200]>, None, <Response [200]>]

[None]

[<Response [200]>, None, <Response [200]>]

[None, <Response [200]>, <Response [200]>]

[<Response [200]>, <Response [200]>, None]

[None]

[<Response [200]>, None, <Response [200]>]

[<Response [200]>, <Response [200]>, None]

[None, <Response [200]>, <Response [200]>]

[None, <Response [200]>, <Response [200]>]

[None]

[None, <Response [200]>, <Response [200]>]

[<Response [200]>, None, <Response [200]>]

[None, <Response [200]>, <Response [200]>]

[None, <Response [200]>, <Response [200]>]

[<Response [200]>, None, <Response [200]>]

[<Response [200]>, <Response [200]>, None]

[<Response [200]>, <Response [200]>, None]

[<Response [200]>, <Response [200]>, None]

[<Response [200]>, None, <Response [200]>]

[None, <Response [200]>, None]

[None]

[None]

[None, <Response [200]>, None]

[None]

[<Response [200]>, None, <Response [200]>]

[<Response [200]>, None, <Response [200]>]

[<Response [200]>, None, <Response [200]>]

[None, <Response [200]>, <Response [200]>]

[None, <Response [200]>, <Response [200]>]

[<Response [200]>, <Response [200]>, None]

[None, <Response [200]>, <Response [200]>]

[None, <Response [200]>, <Response [200]>]

[<Response [200]>, <Response [200]>, None]

[<Response [200]>, None, <Response [200]>]

[None, <Response [200]>, <Response [200]>]

@kelvinau
Copy link
Owner

This usually happens when Bittrex's server (and also the others) is not stable. The three responses are checking the price of the currencies, and you can see they return 200 separately. The arbitrage checking will only continue when all three responses return 200. You can wait for a bit first and try to run it again later.

@addjon
Copy link

addjon commented Feb 28, 2018

Hello. Thank you for this project. I wanted to try out bot on Kraken exchange, but constantly get the answer [None] at the stage of checking balance. I can't figure out why the request doesn't get any response and how to deal with it?

@sanitariu
Copy link

Do you need to keep your money in USDT or in BTC ?

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

No branches or pull requests

4 participants