You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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!
I left it running for about 24 hours and this is all I get.
I
m doing the default values of BTC-LTC-ETH and the exchange is bittrex. I didn
t change anything in the code except I put my Bittrex APIspython 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'
The text was updated successfully, but these errors were encountered: