All rights reserved.
The Good Boi Bot (GBB) is mine and if you use it and don't tell me, you are most definetly not a good boi.
It runs freely on your MongoDB+NodeJS instance.
The end goal of the GBB is to track all of the Bittrex Markets in a fixed time window (config.MEMORY), and automatically make profitable trades.
There are two main core functions that I'm taking care of:
- find the best way to approximate the curve price/time for a market; the main challenge is to have a curve that is simple enough to be easily analyzed, and yet accurate enough to be trusted;
- finding the correct algorithm to buy with enough confidence and to sell with enough profit to overcome the bad buys, that will inevitably occur.
The algorithms behind the two points are evolving way too fast to be worth describing here right now.
The GBB is in simulation phase at the moment, running 24/7 on a AWS EC Instance like the Good Boi he is.
That's it. Be good boys, please.