Bitcoin Forum
October 16, 2024, 11:17:26 AM *
News: Latest Bitcoin Core release: 28.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Altcoin Discussion / Re: Python Arbitrage trader for various Exchanges on: December 04, 2013, 07:39:30 PM
Err - what is your problem? I am trying to fix the code for myself, only I am new and not very good and I want to find out where the integer should be. As the OP requested:
"If you encounter any bugs or wish to have more exchanges, or have any other feature request, tell me"

I won't be angry about any advice so I am confused why you seem to want to warn me off of asking for help. Huh

 
2  Alternate cryptocurrencies / Altcoin Discussion / Re: Python Arbitrage trader for various Exchanges on: December 03, 2013, 03:42:30 PM
From my perspective this is an experiment and something I want to continue with
3  Alternate cryptocurrencies / Altcoin Discussion / Re: Python Arbitrage trader for various Exchanges on: December 03, 2013, 10:30:02 AM
Thanks PeanutPower

Before I added coins-e I saw a different error:

Unhandled exception in thread started by
Traceback (most recent call last):
File "C:\Program Files\CryptoArbitrageTrader-master\arbitrage_trader.py", line 193, in run1
compare() #The main Arbitrage function
File "C:\Program Files\CryptoArbitrageTrader-master\arbitrage_trader.py", line 166, in compare
print "executing trade at a win per 1" + curr[n] + " of " + str(round(((str(sprice) * FEE)-(str(bprice) * Diff * FEE)),8)) + "BTC"
TypeError: can't multiply sequence by non-int of type 'float'
 
- which I think means that one of the values is not numeric. Can you help me figure out which & why?
4  Alternate cryptocurrencies / Altcoin Discussion / Re: Python Arbitrage trader for various Exchanges on: December 02, 2013, 10:34:40 PM
Hi there
Has anyone been using JohnDorien's arbitrage trader? I've been trying to run & it finds some great opportunities, however at the point of buy/sell it errors. This is what I have been seeing - can anyone help me understand why?

Unhandled exception in thread started by <function run1 at 0x0000000002CFF518>
Traceback (most recent call last):
  File "C:\Program Files\CryptoArbitrageTrader-master\arbitrage_trader.py", line 193, in run1
    compare() #The main Arbitrage function
  File "C:\Program Files\CryptoArbitrageTrader-master\arbitrage_trader.py", line 161, in compare
    make_trade(exc[m], "buy", amount1, pairpart1, "btc", bprice)
  File "C:\Program Files\CryptoArbitrageTrader-master\arbitrage_trader.py", line 123, in make_trade
    authenticated_request('market/%s/' % (pairpart1+'_'+pairpart2),"neworder",{'order_type':'buy', 'rate':rate, 'quantity':amount,})
  File "C:\Program Files\CryptoArbitrageTrader-master\coinse_api.py", line 41, in authenticated_request
    f = open('coins-e_nonce', 'w')
IOError: [Errno 13] Permission denied: 'coins-e_nonce'


Thanks!
Becva
5  Other / Beginners & Help / JohnDorien's Python arbitrage Trader - coding help please? on: December 01, 2013, 05:07:39 PM
Hi there

I came across JohnDorien's post about his Crypto Arbitrage Trader, and have been trying to get it to work for me.
It works to the point where it tries to trade & then I get this:

Unhandled exception in thread started by
Traceback (most recent call last):
File "C:\Program Files\CryptoArbitrageTrader-master\arbitrage_trader.py", line 193, in run1
compare() #The main Arbitrage function
File "C:\Program Files\CryptoArbitrageTrader-master\arbitrage_trader.py", line 166, in compare
print "executing trade at a win per 1" + curr[n] + " of " + str(round(((str(sprice) * FEE)-(str(bprice) * Diff * FEE)),8)) + "BTC"
TypeError: can't multiply sequence by non-int of type 'float'

 Huh
I think this means one of the values it is trying to multiply by is not numerical. Has anyone come across this & Debugged it?
I would reply direct on his thread, here: https://bitcointalk.org/index.php?topic=263815.0

..but of course I am a noob.

Thanks for any help, it looks pretty cool. Smiley
Becva
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!