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

Bitcoin arbitrage - opportunity detector

Results 18 bitcoin-arbitrage issues
Sort by recently updated
recently updated
newest added

Hi team, We couldn't run below comments. PFA. python3 -m arbitrage -m Paymium get-balance python3 -m arbitrage -m Paymium,BitstampUSD get-balance ![image](https://user-images.githubusercontent.com/94688437/166926570-4f208681-2e29-4865-9147-cf8f19bc3c16.png) Then we have checked test commend ( nosetests arbitrage/...

Fixes issue #68 by setting expectations.

When I run `$ python -m arbitrage -d` I wait a few minutes, then it outputs, among other prices: > 2020-10-14 19:40:23,848 [VERBOSE] ticker: KrakenEUR - {'ask': {'price': 11367.5375, 'amount':...

Adding this exchange to the repo https://exchange.blockchain.com/

Hey guys, how can I add Hitbtc? It has USDT as base and not USD/EUR. Thank you very much!

I found bityep has nice price , how to add this function to bityep. at this time: bitfinex 3774 okcoin 3884 bityep 4049

In `arbitrage.observers.traderbot.TraderBot#end_opportunity_finder` ``` def end_opportunity_finder(self): if not self.potential_trades: return self.potential_trades.sort(key=lambda x: x[0]) # Execute only the best (more profitable) self.execute_trade(*self.potential_trades[0][1:]) ``` potential_trades sort by profit and use `0` index not...

I would like to Add a New Exchange, but the doc for it is empty. Can I help?