-
Hi,
I have been trying to run this program and allow it to create trades. i think that everytime it tries to create it crashes with the following:
C:\Bitbot\core\portfolioManager.js:108
return this…
-
Not an issue, but I would find it interesting to see some examples.
This is what the standard settings look like graphically,
Exponential Moving Averages, short: 10, long: 21, sellTreshold: -0.025, b…
-
It adviced to take a long position 3 times in a row:
```
2014-01-22 09:31:39 (INFO): We have new trading advice!
2014-01-22 09:31:39 (INFO): Position to take: long
2014-01-22 09:31:39 (INFO): M…
-
Currently I have an issue setting up the config to cex.io for ghs/btc trading. I've put in my api with all accesses to ensure it wasn't a api issue. Ive activated the api also.
The bot works fine whe…
-
This is my config file:
// Everything is explained here:
// https://github.com/askmike/gekko/blob/master/docs/Configuring_gekko.md
var config = {};
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~…
iebb updated
10 years ago
-
Since a couple of days the CEX.io API does not give back old trades anymore (using the since parameter). After contacting support they stated:
> Hi Mike,
>
> We have limited our trade_history call t…
-
I have a question regarding the configuration of Gekko.
Just to test how this works I put in some money and ran the software:
```
2013-12-05 12:05:54 (INFO): ADVICE is to SELL @ 734.507 (-3.406)
201…