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

Can`t get it to start working #9

Open
PlayboySatoshi opened this issue Mar 22, 2018 · 2 comments
Open

Can`t get it to start working #9

PlayboySatoshi opened this issue Mar 22, 2018 · 2 comments

Comments

@PlayboySatoshi
Copy link

I left it running for about 24 hours and this is all I get.
Im doing the default values of BTC-LTC-ETH and the exchange is bittrex. I didnt change anything in the code except I put my Bittrex APIs

python main.py -m triangular -p
20180321023439 starting Triangular Arbitrage Engine...
checking open orders...
no open orders
starting to check order book...
[<Response [200]>, <Response [200]>, None]

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

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

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

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

[None]

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

[None, None, None]

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

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

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

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

[None, None, None]

[None]

[None]

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

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

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

u'BTC'

@PlayboySatoshi
Copy link
Author

Also I checked htop during the bot run and it doesnt seem to use even %1 of the cpu. So that makes me wonder if its actually checking the rates and calculating if there is an opportunity at all.

How often this script checks for an opportunity and how can I adjust that time length?

Seems like an awesome and super simple bot. Thank you. Good job dude. Keep it up!

@kelvinau
Copy link
Owner

See #5. I will make changes to display the log that it's checking the rates. Now it's only shown in mock mode.

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