Been working on the $HIVE internal exchange #trading bot a bit today and got some things updated! Changed the Open Orders view to show more data, made the middle info panel wider to get all the data in, and fixed a couple of buggy issues.
Also added a stop loss type of function. It already has a profit floor that doesn't let an order go below the purchase price plus a percentage set by the user. If it's a positive percentage, it will always make money, if you set a negative number, it acts like a stop loss.
It's nearly ready to release, I just want the order book to be more in real time vs depending on the bot cycle, so working on that. Basically me being picky, lol.
Thinking of adding a button that will force a new bot loop next. So hopefully soon, it will be ready to go!