Bitcoin Forum
May 13, 2024, 07:33:17 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 »
121  Economy / Trading Discussion / Re: Isis ATP [Automated Trading Platform] - Discussion on: November 13, 2013, 03:14:27 AM
I'm unable to run this. I've set it up but when trying to run sim mode

Code:
C:\Users\Andre\Desktop\bitcoin\trading_bots\aido\bin>java -jar aidoatp.jar --simulation-mode=true
03:10:40,591 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
03:10:40,591 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
03:10:40,591 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [jar:file:/C:/Users/Andre/Deskto
p/bitcoin/trading_bots/aido/bin/aidoatp.jar!/logback.xml]
03:10:40,602 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@72af7b86 - URL [jar:file:/C:/Users/Andre/Desktop/bitcoin/tr
ading_bots/aido/bin/aidoatp.jar!/logback.xml] is not of type file
03:10:40,633 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
03:10:40,640 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.Con
soleAppender]
03:10:40,645 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
03:10:40,662 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder
.PatternLayoutEncoder] for [encoder] property
03:10:40,696 |-INFO in ch.qos.logback.core.ConsoleAppender[STDOUT] - Enabling JANSI WindowsAnsiOutputStream for the console.
03:10:40,696 |-WARN in ch.qos.logback.core.ConsoleAppender[STDOUT] - Failed to create WindowsAnsiOutputStream. Falling back on the defa
ult stream. ch.qos.logback.core.util.DynamicClassLoadingException: Failed to instantiate type org.fusesource.jansi.WindowsAnsiOutputStr
eam
        at ch.qos.logback.core.util.DynamicClassLoadingException: Failed to instantiate type org.fusesource.jansi.WindowsAnsiOutputStre
am
        at      at ch.qos.logback.core.util.OptionHelper.instantiateByClassNameAndParameter(OptionHelper.java:73)
        at      at ch.qos.logback.core.util.OptionHelper.instantiateByClassNameAndParameter(OptionHelper.java:42)
        at      at ch.qos.logback.core.ConsoleAppender.getTargetStreamForWindows(ConsoleAppender.java:94)
        at      at ch.qos.logback.core.ConsoleAppender.start(ConsoleAppender.java:85)
        at      at ch.qos.logback.core.joran.action.AppenderAction.end(AppenderAction.java:96)
        at      at ch.qos.logback.core.joran.spi.Interpreter.callEndAction(Interpreter.java:317)
        at      at ch.qos.logback.core.joran.spi.Interpreter.endElement(Interpreter.java:196)
        at      at ch.qos.logback.core.joran.spi.Interpreter.endElement(Interpreter.java:182)
        at      at ch.qos.logback.core.joran.spi.EventPlayer.play(EventPlayer.java:62)
        at      at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:149)
        at      at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:135)
        at      at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:99)
        at      at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:49)
        at      at ch.qos.logback.classic.util.ContextInitializer.configureByResource(ContextInitializer.java:75)
        at      at ch.qos.logback.classic.util.ContextInitializer.autoConfig(ContextInitializer.java:148)
        at      at org.slf4j.impl.StaticLoggerBinder.init(StaticLoggerBinder.java:85)
        at      at org.slf4j.impl.StaticLoggerBinder.<clinit>(StaticLoggerBinder.java:55)
        at      at org.slf4j.LoggerFactory.bind(LoggerFactory.java:128)
        at      at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:107)
        at      at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:295)
        at      at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:269)
        at      at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:281)
        at      at org.aido.atp.Application.<init>(Application.java:54)
        at      at org.aido.atp.Application.getInstance(Application.java:67)
        at      at org.aido.atp.Application.main(Application.java:75)
Caused by: java.lang.ClassNotFoundException: org.fusesource.jansi.WindowsAnsiOutputStream
        at      at java.net.URLClassLoader$1.run(Unknown Source)
        at      at java.net.URLClassLoader$1.run(Unknown Source)
        at      at java.security.AccessController.doPrivileged(Native Method)
        at      at java.net.URLClassLoader.findClass(Unknown Source)
        at      at java.lang.ClassLoader.loadClass(Unknown Source)
        at      at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at      at java.lang.ClassLoader.loadClass(Unknown Source)
        at      at ch.qos.logback.core.util.OptionHelper.instantiateByClassNameAndParameter(OptionHelper.java:60)
        at      ... 24 common frames omitted
03:10:40,696 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rol
ling.RollingFileAppender]
03:10:40,698 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [FILE]
03:10:40,712 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@619a0081 - Will use gz compression
03:10:40,718 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder
.PatternLayoutEncoder] for [encoder] property
03:10:40,719 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[FILE] - Active log file name: aidoatp.log
03:10:40,719 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[FILE] - File property is set to [aidoatp.log]
03:10:40,720 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [com.xeiam.xchange] to WARN
03:10:40,720 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [si.mazi.rescu] to WARN
03:10:40,721 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to DEBUG
03:10:40,721 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [FILE] to Logger[ROOT]
03:10:40,721 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
03:10:40,721 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
03:10:40,721 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@45974736 - Registering current configuration as safe fallback poi
nt

2013-11-13 03:10:40,749 ←[34m:←[0;39m Aido ATP has started successfully
2013-11-13 03:10:40,752 ←[34m:←[0;39m Entering simulation mode. Trades will not be executed.
2013-11-13 03:10:40,753 ←[34m:←[0;39m Using trend following to decide some trades.
(stops here and does nothing)
C:\Users\Andre\Desktop\bitcoin\trading_bots\aido\bin>

This is my config: https://i.imgur.com/IYJZMHX.png

Log file says nothings wrong
122  Economy / Trading Discussion / Re: Gekko - a javascript trading bot for nodejs on: November 13, 2013, 12:28:03 AM
Good!

I was thinking something like this: I set the max trade value at 10 USD, so it tries to buy X BTC with the available 10USD. Later, when the sell order is activated (presumably at a higher price) it stores the profits and keep "betting" the same USD. Maybe some people will like to use the profits for the next trade so a configuration for this would be good.

One more way to improve the bot. Implement a stop loss config so if the EMA crosses down and the price is falling, don't sell the BTC unless they're less than the stop loss, and maybe in the long run it could be beneficial. As the price rises, the stop loss could rise to so it could be a percentage of drop after the top or something like that.

A couple of suggestions to improve the bot, I'm not asking for anything, I could code them myself.

Keep up the good work!
123  Economy / Trading Discussion / Re: Gekko - a javascript trading bot for nodejs on: November 13, 2013, 12:15:43 AM
I have not tried to run the bot with real trading and I was looking in the code for more details how it works and I found the buy/sell part of it:

Code:
if(this.infinityOrderExchange)
   amount = 10000;
else
   amount = this.getBalance(this.currency) / this.ticker.ask;

MtGox has infinityOrder so it will try to buy/sell 10000 Bitcoins everytime or usdBalance/currentBTCprice otherwise.

My suggestion is to enable in the config some parameter that sets the amount (in USD) you ware willing to spend every trade. I don't want to run the bot on the full amount of my MtGox account, I want to setup some max value I'm willing to spend.

I think it's a pretty good sugestion
124  Economy / Service Discussion / Re: Will Mt Gox Work if I live in Portugal? on: November 10, 2013, 03:11:33 PM
MtGox works fine in Portugal, they use SEPA and I usually get them in less than 2 weeks. Check Bitcoin-Portugal.com for more info
125  Economy / Trading Discussion / Re: Gekko - a javascript trading bot for nodejs on: November 10, 2013, 03:10:27 PM
what interval do you recommend to run the script? i'm new at trading and different times between candles gives different results.
126  Economy / Service Discussion / Blockchain.info Receive API problem on: June 30, 2013, 10:14:28 PM
I have a service running with Blockchain.info Receive Payments API.

My PHP script requests an address and in 95% of the times it works. The other 5% it receives an empty address. Why is this happening?

I've also setup a 2nd request in my script so if it fails to get an address for the first time, it will request another one, but again, it also fails in this 2nd attempt.

Can you give me some help? I've tried submitting an help request with them but no answer.

Code: (PHP)
$object = blockchain_api($url, $secret, $my_address);
$addr = $object->input_address;

// if 1st time fails, try one more time
if(empty($addr )){
// it ALWAYS fails the 2nd time if the 1st time also fails
$object = blockchain_api($url, $secret, $my_address);
$addr = $object->input_address;
}
127  Economy / Service Discussion / Re: blockchain.info receive API not working on: June 12, 2013, 04:21:59 PM
I'm also using blockchain api and I've had some issues too. Sometimes the api returns an empty address but I had the same problem bitcoins not being redirected to the main address.
128  Economy / Services / Re: [Looking for] C++ OpenGL/GLUT programmer - simple job on: June 08, 2013, 05:03:51 PM
[Closed]
129  Local / Portugal / Carrega o telemóvel com Bitcoins! (Vodafone, TMN...) [Bitcoin-Portugal.com] on: June 08, 2013, 12:42:09 PM




Agora já é possível carregar o saldo do teu telemóvel utilizando Bitcoins.

Visita já http://carregador.bitcoin-portugal.com/ e carrega o teu telemóvel!

Disponível para operadoras portuguesas (Portugal):
  • Vodafone
  • TMN
  • UZO
  • Phone-ix
  • Zon Mobile
  • Continente Mobile
  • Lycamobile

Um serviço Bitcoin-Portugal

PS: já havia um tópico mas decidi criar agora um novo na secção Portugal
130  Economy / Services / Re: [Looking for] C++ OpenGL/GLUT programmer - simple job on: June 07, 2013, 02:29:23 PM
I've included a sample code now (at least not from scratch). $15 is not much but for what it is it should be adequate (nothing fancy). I can make it $20

And I've also included code to import textures
131  Economy / Services / [Closed] C++ OpenGL/GLUT programmer - simple job on: June 07, 2013, 02:13:42 PM
I need a 3D scene constructed entirely with GLUT/OpenGL functions (polygons, vertex, lights, etc...).

It should implement some GLUT/OpenGL basic stuff, like textures, illumination, transparency, geometric transformations, etc. It's not required but if you want to include one or two external 3D model (free one), you can do it (just need the model and the source at the end).

Deadline: June 12

Important: I don't want some fancy stuff. Just some polygons to construct the scene and objects (you can import external model, just provide me the model and source), some lights here and there to create an ambient, a simple texture for the walls and doors.

If you're used to GLUT/OpenGL this is an easy job for you and shouldn't take long. If you complete the job I'll pay you $40 - $50 (convert to BTC later)
132  Local / Portugal / Re: Carrega o telemóvel com Bitcoins! (Vodafone, TMN...) [Bitcoin-Portugal.com] on: May 30, 2013, 11:36:38 AM
Foram adicionadas mais duas operadoras:
  • Continente Mobile
  • Lycamobile
133  Local / Portugal / Re: Carrega o telemóvel com Bitcoins! (Vodafone, TMN...) [Bitcoin-Portugal.com] on: May 29, 2013, 10:46:57 PM
O nosso negócio é recente e vamos testar em primeiro lugar em Portugal. Se tudo correr bem iremos pensar em expandir fora de Portugal e incluir possivelmente o Brasil. Isto será um plano para um futuro mais longe, agora estamos dedicados a lançar as bases do serviço negócio e a prestar um serviço de qualidade!
134  Local / Portugal / Re: Carrega o telemóvel com Bitcoins! (Vodafone, TMN...) [Bitcoin-Portugal.com] on: May 29, 2013, 09:43:57 PM
Depois de clicar em "Carregar" é-lhe fornecido um endereço para o qual terá de enviar o montante em Bitcoins. O nosso sistema aguarda por 6 confirmações na transacção (+/- 1 hora) e depois só terá de aguardar algumas horas até o carregamento ser efectuado no seu número.

Relativamente às taxas, não creio que serão assim altas mas desde o início que o plano é ir gradualmente reduzindo as taxas assim que mais utilizadores usufruírem do serviço.
135  Local / Portugal / Carrega o telemóvel com Bitcoins! (Vodafone, TMN...) [Bitcoin-Portugal.com] on: May 29, 2013, 06:23:14 PM


Agora já é possível carregar o saldo do teu telemóvel utilizando Bitcoins.

Visita já http://carregador.bitcoin-portugal.com/ e carrega o teu telemóvel!

Disponível para operadoras portuguesas (Portugal):
  • Vodafone
  • TMN
  • UZO
  • Phone-ix
  • Zon Mobile
  • Continente Mobile
  • Lycamobile

Um serviço Bitcoin-Portugal
136  Local / Português (Portuguese) / Re: BITCOIN PORTUGAL - GRUPO FACEBOOK on: April 07, 2013, 02:45:31 PM
Notícias: https://www.facebook.com/BitcoinPortugal

Bitcoin-Portugal
Blog Bitcoin-Portugal
137  Economy / Service Announcements / Re: E-Alojamento - Web Hosting & Domains at Affordable price! on: April 04, 2013, 01:18:57 AM
Adicionei o seu website à sidebar do meu blog http://blog.bitcoin-portugal.com/

Em princípio também escreverei um artigo sobre a primeira empresa de alojamento web em Portugal a aceitar Bitcoins.
138  Economy / Gambling / Re: Peerbet.org - Play without house edge! [BONUS FOR TRANSLATORS] on: April 03, 2013, 03:15:44 PM
I can translate to Portuguese (Portugal)
139  Alternate cryptocurrencies / Altcoin Discussion / Re: NullCoin - An alternative cryptocurrency. on: August 21, 2011, 09:20:53 PM
oh god please
140  Local / Português (Portuguese) / Exchange Polaca Bitomat perde todos os Bitcoins on: August 01, 2011, 04:58:59 PM
http://blog.bitcoin-portugal.com/2011/08/exchange-polaca-bitomat-perde-todos-os-bitcoins/
Pages: « 1 2 3 4 5 6 [7] 8 9 10 11 12 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!