crypto-arbitrage icon indicating copy to clipboard operation
crypto-arbitrage copied to clipboard

Can`t get it to start working

Open PlayboySatoshi opened this issue 6 years ago • 2 comments

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 avatar Mar 22 '18 03:03 PlayboySatoshi

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!

PlayboySatoshi avatar Mar 22 '18 03:03 PlayboySatoshi

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

kelvinau avatar May 31 '18 17:05 kelvinau