-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Incorrect balance in simulation mode ? #58
Comments
Well the advice is not based on what you currently have, but on what you should do (the first advice might only come after 2 weeks, and maybe the assets - currencies you have at that time are different from startup). When the advice is to buy when you already have assets and no currency, Gekko will not simulate anything. In the live trading mode it will try to calculate a buy order which always fails the mininum buy amount. |
But, my bot are not fetching any information dosent matter what interval or Im respecting the not below bitcharts time, but the bot still done give me And I have the node.js 0.10 and Im having some errors when Im using npm npm WARN engine hawk@0.10.2: wanted: {"node":"0.8.x"} (current: npm WARN engine boom@0.3.8: wanted: {"node":"0.8.x"} (current: 2013/12/3 Mike van Rossum notifications@github.com
Thiago Yield "Orgulho de Ser Humano" "Preserve o Meio Ambiente! Pense antes de imprimir!" ATENÇÂO: Esta mensagem foi enviada para uso exclusivo do(s) |
Could you try to turn on debug (at the end of the config)? On default it should fetch the exchange every 60 minutes, but it might take anywhere from 60 minutes to days to receive advice (depending on the EMA parameters). |
I will use the debug mode for a 60 minutes and report you! Thanks for support ! 2013/12/3 Mike van Rossum notifications@github.com
Thiago Yield "Orgulho de Ser Humano" "Preserve o Meio Ambiente! Pense antes de imprimir!" ATENÇÂO: Esta mensagem foi enviada para uso exclusivo do(s) |
Im using the EMA default: config.EMA = { Em 3 de dezembro de 2013 14:08, Thiago Yield thiagoyield@gmail.comescreveu:
Thiago Yield "Orgulho de Ser Humano" "Preserve o Meio Ambiente! Pense antes de imprimir!" ATENÇÂO: Esta mensagem foi enviada para uso exclusivo do(s) |
Starting Gekko debug Em 3 de dezembro de 2013 14:10, Thiago Yield thiagoyield@gmail.comescreveu:
Thiago Yield "Orgulho de Ser Humano" "Preserve o Meio Ambiente! Pense antes de imprimir!" ATENÇÂO: Esta mensagem foi enviada para uso exclusivo do(s) |
@Kalx1 does the answer I provided solve your issue? Those logs show that Gekko was able to successfully fetch all required trade data from bitcoincharts and straight after that logged a starting advice:
This advice would also have been visible without the debug set to So Gekko checks every 60 minutes (or at whatever |
Yeah, looks like its everything ok, but before I send you the first email I 2013/12/3 Mike van Rossum notifications@github.com
Thiago Yield "Orgulho de Ser Humano" "Preserve o Meio Ambiente! Pense antes de imprimir!" ATENÇÂO: Esta mensagem foi enviada para uso exclusivo do(s) |
Looks fine!? 2013-12-03 14:17:57 (DEBUG): calculated candle: 0 2013/12/3 Thiago Yield thiagoyield@gmail.com
Thiago Yield "Orgulho de Ser Humano" "Preserve o Meio Ambiente! Pense antes de imprimir!" ATENÇÂO: Esta mensagem foi enviada para uso exclusivo do(s) |
Yes. Gekko only reports whenever you should change your position (so from going all in to going all out). You are currently all in (since |
Thanks a lot, when I got some % ill send you a piece of cake =] 2013/12/3 Mike van Rossum notifications@github.com
Thiago Yield "Orgulho de Ser Humano" "Preserve o Meio Ambiente! Pense antes de imprimir!" ATENÇÂO: Esta mensagem foi enviada para uso exclusivo do(s) |
@askmike Yes it does. thank you |
Hello,
My problem is that I set simulation balance to asset=1 and currency=0 with trading BTC/USD on BTC-e but the fisrt advice is to BUY asset.
I have tried to set another values in the config file but the first advice is always to buy asset.
Can you help me to find the problem ?
(Sorry for my english I am french with "scolar english")
The text was updated successfully, but these errors were encountered: