Bitcoin Forum
March 28, 2024, 09:06:03 AM *
News: Latest Bitcoin Core release: 26.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 »
301  Local / Projektentwicklung / Re: Projektentwicklung einer umfangreichen Bitcoin/Altcoin App on: December 21, 2013, 06:50:02 PM
Das ist ne tolle Idee. Evtl. hab ich ein paar Sources, die euch helfen könnten, die Daten einzulesen:

https://github.com/ReAzem/cryptocoin-tradelib/tree/master/modules

Ist noch nicht komplett, und die JDBC Anbindung fehlt auch noch.

Fürs Ausgeben würde ich evtl. Phonegap empfehlen. Damit hab ich auch schon rumgespielt:

https://bitcointalk.org/index.php?topic=135392.0

Sollte man leicht anpassen können.

Beim iPhone werdet ihr halt das Problem haben, dass Apple ja die Verbreitung von *Coin Apps jeder Art verhindert.
302  Economy / Trading Discussion / Re: I'm working on a trading app for all platforms and exchanges; thoughts? on: December 21, 2013, 06:12:33 PM
GUI looks very nice! Seems like you can design a lot better than I can...
303  Local / Suche / Re: [S] Android-Entwickler on: December 19, 2013, 11:06:27 PM
Wenn er ein portables Device will, wird das zu gross? Dann noch zusätzlich Stromversorgung für den PI usw?
304  Local / Trading und Spekulation / Re: Software zum Traden, Beobachten etc. - Welche ? on: December 19, 2013, 08:31:56 PM
Vielen Dank für die Nachfrage! Mir gehts gut...  Cheesy

Also ich hab jetzt auch nen vollautomatischen Bot am Laufen, der anscheinend Gewinn macht (das ist aus verschiedenen Gründen gar nicht so leicht festzustellen).

Wo ich leider noch nicht viel weitergekommen bin, ist die Trading-Sprache. Im Moment code ich die Strategien noch einfach per Java und baue jetzt gerade BeanShell ein, um sie wenigstens einfach als Textfile nachladen zu können.

Mich kann man übrigens auch oft im #bitcoin-de Kanal treffen.

Vielen Dank nochmal, dass Du an mich gedacht hast...

Ciao,
Andreas
305  Local / Treffen / Re: Bitcoin Stammtisch / Treffen in Mannheim - Interesse? on: December 19, 2013, 08:23:41 PM
Ich denke, aus dem Lauterer Raum könnten da auch noch 1,2 Leute dazustossen. Hier gibt es ja aktuell nix vergleichbares, und Mannheim ist halt gut über die Autobahn erreichbar.
306  Bitcoin / Project Development / Re: OpenSource Exchange Engine on: December 18, 2013, 02:29:04 PM
I'm thinking about writing some closed source java code. I already wrote some trade bot stuff, so I understand and least all the API aspects.
307  Bitcoin / Project Development / Re: OpenSource Exchange Engine on: December 17, 2013, 11:48:02 PM
You wanna help?  Grin
308  Bitcoin / Project Development / Re: Help - Bitcoin Exchanges Functionality - Degree on: December 17, 2013, 10:33:23 PM
Well, there are several aspects.

- How easy is it for users to get money (usd, euro whatever) into you exchange, so they can buy coins? That's the biggest problem at the moment, I guess. Over here most banks block bitcoin transactions. Paypal has the chargeback issue.

- Same problem for FIAT withdrawals.

- Do you want to attract daytraders? Means, you need advanced features, like graphswith  indicators etc.

- API is another aspect. A good API means, that you can attract bot coders. Bots usually make a lot of trades => you make more money from trade fees. Some websites can also fetch market data to provide longterm charts.
309  Bitcoin / Project Development / Re: OpenSource Exchange Engine on: December 17, 2013, 10:12:22 PM
Well, over here you cannot even get a bank account for a coin exchange.
310  Bitcoin / Project Development / Re: OpenSource Exchange Engine on: December 17, 2013, 08:51:28 PM
vertebrae: could you run an exchange? From the legal side? How are regulations in your country?
311  Bitcoin / Project Development / Re: OpenSource Exchange Engine on: December 17, 2013, 02:54:53 PM
https://github.com/dooglus/intersango
312  Economy / Trading Discussion / Re: UK Bitcoiners & P2P Trading Platforms on: December 16, 2013, 01:34:00 PM
RapidCoinz: it's definitely not a UK problem. I think it's almost the same in most of the european union... Sad
313  Economy / Trading Discussion / Re: Buying on 1 exchange and selling on another on: December 15, 2013, 09:13:38 PM
I wrote me a bot to check for opportunities, but it's long ago, that I actually did such trades. It might work, if 2 parties in different countries collaborate, though.

314  Bitcoin / Project Development / Re: OpenSource Exchange Engine on: December 15, 2013, 09:07:27 PM
What about the Intersango sources?
315  Economy / Services / Re: BTC-E API Java Help Please (Willing to Pay) on: December 11, 2013, 08:26:02 PM
You might want to look at:

https://github.com/ReAzem/cryptocoin-tradelib/blob/master/modules/btc_e/src/de/andreas_rueckert/trade/site/btc_e/client/BtcEClient.java
316  Local / Presse / Re: Presseberichte / Bedeutsame Erwähnungen on: December 11, 2013, 02:52:09 PM
BTC jetzt auch im TV für alle Nicht-Leser!

http://www.n-tv.de/mediathek/videos/wirtschaft/Technik-Fans-bejubeln-ersten-Bitcoin-Automaten-article11893311.html
317  Local / Presse / Re: Presseberichte / Bedeutsame Erwähnungen on: December 10, 2013, 02:19:24 PM
http://www.stern.de/digital/online/obdachlose-geben-bitcoins-zu-frueh-aus-haetten-wir-doch-besser-gehungert-2076266.html
318  Local / Presse / Re: Presseberichte / Bedeutsame Erwähnungen on: December 09, 2013, 03:02:11 PM
http://www.finanzen100.de/finanznachrichten/wirtschaft/bitcoins-sind-eine-gefahr-fuer-den-dollar-_H1288713190_64983/
319  Bitcoin / Wallet software / Re: How to build a Hive app (introducing the Hive app API) on: December 08, 2013, 11:11:50 PM
To be honest: I have no clue, how hive works...  Grin

But the btc-e stuff is dirt simple. It's just 4 or 5 lines of js with some jsquery mobile and some rough html to display the tables.

The most interesting part would be a nice graph with candles etc. But I never managed to get there. I code java most of the time
and can't even read those candle graphs, so I wrote me my own UI:

https://i.imgur.com/MqHfF.jpg

So I guess, I won't be much help for you...  Sad
320  Bitcoin / Wallet software / Re: How to build a Hive app (introducing the Hive app API) on: December 08, 2013, 09:38:59 PM
Maybe some trading methods?

I did something similar with phonegap here:

https://bitcointalk.org/index.php?topic=135392.0
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!