Bitcoin Forum
May 28, 2024, 05:36:06 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 »
621  Local / Deutsch (German) / Re: Professionelles BENUTZER-Programm on: April 29, 2013, 11:49:51 AM
Hört sich eher so an, als ob Du ein Payment-System entwickeln wolltest. So weit waren die Bitcoin-Entwickler wohl noch nicht, weil da drin ja Elemente, wie ein Exchange gefehlt hätten.
622  Local / Treffen / Re: Bitcoin-Stammtisch in Kaiserslautern on: April 29, 2013, 11:46:08 AM
Das mit dem langen Wochenende ist ein prima Argument. Hab ich glatt übersehen, dass da wohl die Meisten in Urlaub sein werden.

Und der 1. Freitag wär ja schon diese Woche, was wohl aaarg kurzfristig ist.

Also wohl besser nach hinten schieben.

Dann würde ich als Option mal den 3. und 4. Freitag anbieten und evtl. noch den 1. im Juni?

Ihr könnt ja ggf einfach antworten mit

Code:
3. [x] 

, falls ihr an dem Tag Zeit, Lust und Gelegenheit habt.

Besser so?
623  Local / Treffen / Re: Bitcoin-Stammtisch in Kaiserslautern on: April 28, 2013, 08:55:05 PM
Vielen Dank für Deine guten Wünsche!

Damit es mal konkret wird :

Wer könnte denn am 1. oder 2. Freitag im Mai?

Bekommen wir für einen Termin 4 Leute zusammen?
624  Economy / Trading Discussion / Re: MtGox <-> Btc-e arbitrage ~3% profit on: April 28, 2013, 02:18:26 PM
Aaargh! *facepalm*
625  Bitcoin / Development & Technical Discussion / Re: What version of Linux? on: April 27, 2013, 03:48:18 PM
I like Gentoo. Since it compiles everything anway, all the dev stuff is installed already...but it's not great for newbies, I guess..
626  Economy / Trading Discussion / Re: Bitcoin Trading Software for MtGox - With Neural Networks. on: April 27, 2013, 08:56:10 AM
It seems to me, that the system needs an abstraction layer between the trading logic and the exchange interface?
627  Local / Treffen / Re: Bitcoin-Stammtisch in Kaiserslautern on: April 26, 2013, 09:48:27 AM
Was wäre mit dem Licht-Luft? Da kann man gut parken.
628  Local / Trading und Spekulation / Re: Cryptotrading Forum / Software- und Strategieentwicklung on: April 25, 2013, 09:24:13 AM
Find ich auch ...  Smiley
629  Local / Treffen / Re: Bitcoin-Stammtisch in Kaiserslautern on: April 24, 2013, 07:01:36 PM
Bist Du bei localbitcoins gelistet? Da ist noch jemand, dem ich aber keine PN schicken kann... Sad
630  Local / Treffen / Re: Bitcoin-Stammtisch in Kaiserslautern on: April 24, 2013, 02:02:31 PM
Hmmh...gute Frage...Seelord hat wohl zu, wenn ich das recht gesehen hab.

Die alten Knacker haben nen Parkplatz direkt vor der Tür? Die alte Münz liegt recht zentral?

Ehrlich gesagt, wollte ich mir erst drüber Gedanken machen, wenn wir mal 3 Leute zusammen haben. Nach der bisherigen Resonanz schien es mir nichtmal notwendig, einen Tisch zu reservieren, weil 3 Leute ja wohl immer unterkommen sollten...
631  Local / Trading und Spekulation / Re: Cryptotrading Forum / Software- und Strategieentwicklung on: April 24, 2013, 11:21:25 AM
Der ExampleBot tut halt noch nix, weil ich ihn gerade noch schreibe... Smiley

In meiner alten App war die TradeApp der Angelpunkt, welche das ganze Konzept zusammengehalten hat. Die gibt es nun in der Lib nicht mehr, und ich muss viele Teile neu schreiben, wie diesen BotRunner, den ModuleLoader uvm. Dauert hat noch paar Tage.

Aber so doll wird er eh nicht werden, weil es ja in erster Linie eine Demo für Coder sein soll, wie sie die Lib benutzen können. Wenn das Beispiel zu komplex ist, verhindert es nur den Blick auf die wichtigen Teile, nämlich das Einbinden der Lib.

Im dem Drools-Teil hier sieht ein Rule-Set im Moment z.B. so aus:

Code:
package TradeRuleSet1

global de.andreas_rueckert.chart.ChartProvider ChartProvider
global de.andreas_rueckert.fee.FeeCalculator FeeCalculator
global de.andreas_rueckert.trade.order.OrderBook OrderBook

rule "Compare btc-e sma"
     when
        eval( ( AccountManager.getBalance( "BTCe", "btc<=>usd") > new Price( "1.0"))
              && ChartProvider.getTicker( "BTCe", "btc<=>usd").getBuy() > ChartProvider.getSMA( "BTCe", "btc<=>usd", 6L*60L*60L*1000000L).multiply( new Price( "1.1")))
     then
         System.out.println( "Sell btc?");
end

, aber das muss noch besser werden. Die ganzen Includes kann man automatisch machen. Auch die Referenzen auf ChartProvider usw.

Ciao,
Andreas
632  Local / Treffen / Re: Jemand aus Südwest-Deutschland? on: April 24, 2013, 11:10:01 AM
Schon wieder Einer aus unserer Gegend! *froi*

Ich hab jetzt mal einen Thread zur Terminfindung gestartet. Bitte dort melden, falls jemand Interesse hat:

https://bitcointalk.org/index.php?topic=186277.0
633  Local / Treffen / Bitcoin-Stammtisch in Kaiserslautern on: April 24, 2013, 11:08:38 AM
Hallo!

Falls sich hier mehr als 2 Leute auf einen Termin einigen können, sollten wir ein Treffen in Kaiserslautern oder Umgebung machen.

Vermutlich wird es den meisten Richtung Wochenende am besten passen, also schlag ich mal Freitag oder Samstag vor?

Ciao,
Andreas
634  Local / Projektentwicklung / Re: GoxTrader - Bezahlbarer TradingBot höchst individuell anpassbar on: April 23, 2013, 09:06:08 PM
Schau mal hier:

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

Ich hab hier das Teil mit Drools laufen, in welches man rule-sets laden kann, um eine Trading-Strategie zu definieren.

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

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

Was noch fehlt, ist eine drl für eine einfache Script-Sprache. Wäre cool, falls man da zusammenarbeiten könnte.

Ciao,
Andreas
635  Local / Trading und Spekulation / Re: Cryptotrading Forum / Software- und Strategieentwicklung on: April 23, 2013, 09:01:57 PM
Es gibt einen irc channel #cryptocoin-bots .

Ich bastle an einer Software in Java, die nun teilweise zu Opensource wird.

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

Aus der kompletten Software:

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

https://i.imgur.com/MqHfF.jpg
636  Economy / Trading Discussion / Re: Chrome Browser extension: MtGox trading bot on: April 23, 2013, 06:59:10 PM
Hi!

I appreciate the feedback. I've been reading a all the threads on bots in the forum that I can find so forgive me if I get a tad mixed up.

As I understand it its a great plataform, but you have to code your own bots. Or are there bot modules around?

Also, any tips on how to get it running on osx? As I said my coding skills aren't even rudimentary but I do have a trading strategy I wan to implement.

Appreciate the help Smiley.

If you don't insist on Javascript, we are working on a java framework. I'm adding a bot example these days:

https://github.com/ReAzem/cryptocoin-tradelib
637  Economy / Trading Discussion / Re: Building a trading bot for the "trust no-one" guys . on: April 23, 2013, 12:14:39 PM
Hi!

My idea: use an opensource trading framework, that allows you to load your strategy. It might limit your orders to user-entered accounts, so your strategy will only move funds from one user-account to another (so your bot cannot run with the money Smiley ).

However, I only release java-sources, so I don't know the javascript frameworks. If you want to look at some part of my sources: https://github.com/ReAzem/cryptocoin-tradelib
, but it still lacks the rule-engine stuff. Don't know if or how I should release it.

If you have a good concept, how to make money of it, let me know.... Wink

Ciao,
Andreas


Ciao Andreas, I'm working in java too and I already implemented the Strategy.java and the Rule.java Wink Thanks for sharing your ideas!

I'm adding a very simple demo bot these days, just to show the usage of the bot. However the loadable rule-set are done with drools here. But I don't have a very simple trading language yet, so the rules still look rather complicated. I looked for a collab to develop a better trading language, but it seems, that noone is interested in such stuff... Sad

Ciao,
Andreas
638  Economy / Trading Discussion / Re: Building a trading bot for the "trust no-one" guys . on: April 23, 2013, 11:52:02 AM
My idea: use an opensource trading framework, that allows you to load your strategy. It might limit your orders to user-entered accounts, so your strategy will only move funds from one user-account to another (so your bot cannot run with the money Smiley ).

However, I only release java-sources, so I don't know the javascript frameworks. If you want to look at some part of my sources: https://github.com/ReAzem/cryptocoin-tradelib
, but it still lacks the rule-engine stuff. Don't know if or how I should release it.

If you have a good concept, how to make money of it, let me know.... Wink

Ciao,
Andreas
639  Economy / Trading Discussion / Re: Building a trading bot for the "trust no-one" guys . on: April 23, 2013, 09:08:31 AM
Why not selling a trading strategy for an existing tradebot?
640  Economy / Trading Discussion / Re: Building a trading bot for the "trust no-one" guys . on: April 22, 2013, 07:47:01 PM
It has to be javascript? We are working on a java lib for trading...
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!