The Money Maker Machine - Monker<p>This was a hobby project of myself to create the simplest Cryptocurrency bot possible. It was written in Python, operates on Binance, and stores all logging and trading information into a MongoDB database. The trading strategy is extremely simple:<p>- Assume that crypto prices will fluctuate, but eventually be restored to its original quote
- Buy small quantities every time the price falls below a threshold, keeping track of the amount purchased and the price payed
- Sell those exact quantities when the price is above what was payed for it<p>It was a lot of fun developing it, and I guess I made something around 3 dollars before shutting it down. It is my first contribution to opensource world, and I hope others can benefit from it :)