Bitcoin Forum
May 06, 2024, 10:08:56 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 [22] 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 »
421  Bitcoin / Project Development / Re: Open Source Trading Platform on: September 09, 2013, 02:11:24 PM
I think the OpenBitcoinTrader project wants to implement something similar?

I also implemented a trading window in my app...

422  Bitcoin / Project Development / Re: Starting a bitcoin wallet [Looking for partner] on: September 09, 2013, 01:29:42 PM
Maybe just go with phonegap. That would give you an android, web etc implementation. And when apple finally allows btc on the iphone, it's added in an instant, too...
423  Bitcoin / Project Development / Re: Open Source Trading Platform on: September 09, 2013, 01:28:09 PM
Wouldn't it be easier to start with the Intersango sources, or so?

I'm thinking about an exchange, too, and already did some work. But I'm no security expert and I'm not allowed to host such a service in my country, so this project is stalled for now...
424  Local / Trading und Spekulation / Re: China ! on: September 09, 2013, 12:21:55 PM
Ist da ein exchange dabei, dessen API man implementieren sollte?
425  Alternate cryptocurrencies / Altcoin Discussion / Re: Python Arbitrage trader for various Exchanges on: September 09, 2013, 11:51:43 AM
It happens quite often. Problem is, to get the money back to the other exchange. Might work best via fiat, if you know a good payment service (I do not... Sad )...
426  Local / Presse / Re: Presseberichte / Bedeutsame Erwähnungen on: September 08, 2013, 05:36:48 PM
http://www.welt.de/finanzen/geldanlage/article119820142/Wie-Berlin-zur-weltweiten-Bitcoin-Hauptstadt-wurde.html
427  Bitcoin / Project Development / Re: 10 to 20 btc bounty for open source arb bot development on: September 04, 2013, 01:59:02 PM
Every exchange API implementation has a method

getFeeForOrder()

https://github.com/ReAzem/cryptocoin-tradelib/blob/master/core/src/de/andreas_rueckert/trade/site/TradeSite.java

and you can pass an order (before you actually trade) to get an hopefully acurrate price for this order execution.

But things are actually quite complicated in some cases and my code does not handle every situation 100% accurate, because I implement stuff, as I actually use it.

One problem are the fees on some exchanges, that change with the traded volume of the user. So you trade x coins and you pay fee a for the first x/2 coins, but fee b (usually lower then a) for the other x/2 coins.

Another problem (mainly for the bots) are fees, that are paid in a different currency than the actually traded currency. So you withdraw usd from an exchange and pay x euro as the fee. You have to convert this fee to figure, if the trade would be profitable, but sometimes the conversion rates are unknown etc.

Every exchange, that has complex fees should add a method, that returns the fee for an order. So an API implementation would just pass an order to the exchange and would get the fee as a return. But most exchanges don't do it yet... Sad

So it's a moving target for every bot coder, I guess.

If anyone has a perfect solution, please post it here! Thanks!!!

428  Economy / Trading Discussion / Re: 'BTC-e trade API' does not support bitcoin withdrawal? on: September 04, 2013, 01:45:51 PM
It's important for bots, that do arbitrage with more than 1 exchange. They check rates on several exchanges and try to buy cheap on one exchange and sell the coins on another exchange.

429  Bitcoin / Development & Technical Discussion / Re: Exchange development ! on: September 03, 2013, 10:00:49 PM
Add a security expert for auditing etc.
430  Bitcoin / Project Development / Re: [ANN] Open sourcing the bitcoin trading bot on: September 03, 2013, 09:51:51 PM
gweedo, I solved my sign issue. The problem was actually the decimal separator of amounts and prices. I had used ',' before (i.e. 2,35), but btc-e stopped working with that. Now I use '.' (i.e. 2.35) and it works again. Had nothing to do with the encoding of the sign.
431  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][VIDEO DEMO] C.A.T. Cryptsy Automatic Trader (News / Info / Auction Open) on: September 03, 2013, 08:12:49 PM
I played a bit with phonegap:



Also nice...
432  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][VIDEO DEMO] C.A.T. Cryptsy Automatic Trader (News / Info / Auction Open) on: September 03, 2013, 07:58:51 PM
Same here...but when I ask question in the bitcoin IRC channels, or  so, they usually just respond like 'java must die'... Sad

I also released some sources and do bot coding...(just for myself)...

https://github.com/ReAzem/cryptocoin-tradelib
433  Economy / Services / Re: PROFITS - ATPx [Automated Trading Platform eXtended] on: September 03, 2013, 06:38:59 PM
Last time, he was seen here, was july 15th ... ?
434  Economy / Trading Discussion / Re: 'BTC-e trade API' does not support bitcoin withdrawal? on: September 03, 2013, 06:24:05 PM
AFAIK, there is actually an API method for withdrawal, but it's not public. There's also a checkbox to enable withdrawal for API keys, but you cannot use it. I've written some code, that parses the website, but it needs testing, and I have to deal with other features first.
435  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][VIDEO DEMO] C.A.T. Cryptsy Automatic Trader (News / Info / Auction Open) on: September 03, 2013, 06:20:50 PM
Another java coder! I like you...
436  Bitcoin / Project Development / Re: 10 to 20 btc bounty for open source arb bot development on: September 03, 2013, 06:18:21 PM
I have an implementation, that might be helpful for you:

https://github.com/ReAzem/cryptocoin-tradelib

I use it for bot stuff, like this one:

437  Local / Trading und Spekulation / Re: Arbitrage über Bitcoin.de (Sicherheit)? on: August 31, 2013, 08:10:55 PM
Ich arbeite an einem Bot, mit der Hand.  Wink

Ich arbeite mit Java. Falls das kein ko-Kriterium ist und Du evtl. Interesse an einer Zusammenarbeit hast, meld Dich doch mal...
438  Local / Trading und Spekulation / Re: Arbitrage über Bitcoin.de (Sicherheit)? on: August 31, 2013, 10:54:19 AM
Arbeitest Du mit nem Bot oder per Hand? (Ich interessier mich fürs Bot-Coden.)
439  Economy / Exchanges / Re: BTC-E.com exchange Bitcoin, Litecoin, Namecoin <-> USD\BTC (fee 0.2%) on: August 31, 2013, 10:44:48 AM
The guys from the chatbox are hanging out there...
440  Economy / Exchanges / Re: BTC-E.com exchange Bitcoin, Litecoin, Namecoin <-> USD\BTC (fee 0.2%) on: August 30, 2013, 05:47:50 PM
Channel ##trollbox on freenode IRC.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 [22] 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!