GDAXBot
GDAXBot copied to clipboard
Just me playing around with a coin bot.
What do all those things mean on the screen when the bot is running?
Bot does trades so fast which isn't bad but it does something else in the background which gets my access forbidden for running too fast it shouldn't make more then...
Allow user using `production.yaml` file to set the default currency choosing between `USD` or `EUR`
Specs of the systems I have been using to rule out ram/cpu issues: macbook pro with core i7 and 16gb ram dell 1u rackmount with dual xenon and 128gb ecc...
Ran for a good long stretch, almost 6 hours. WS data went undefined. Possibly due to GUI? I'm going to try running headless in docker. Actually (I think) causes a...
 About a minute later:  *Would be amazing if true.* 😏 It seems that the calculation for the latest iteration is added to the previous total. So it just...
Running the bot for 4 hours, then it stops working. Enough memory / CPU available, how to debug?
Selected Node V 6.11.0 via nvm, followed instructions. My yaml was verified to be valid. System specs: macOS 10.13.2 Node 6.11.0 NPM 3.10.10
When using TrendLines strategy, there's a bug that is easily overcome in the config:  Set `buy.only_when_trend_is_full` to `false`; as shown in the above pic. Otherwise the bot will never...
Cancel Order/Adjust order if not filled after x amount of time and force sell. if(trend == down) and you have bought assets and price dips below bought price sell. Unless...