Well, it seems to be the right time to show something working (wtf, first public build)
Here's the link to GitHub repository:
https://github.com/deisikoin/beTraderThe file by the link is a self-extracting 7Zip archive (there shouldn't be any viruses but be warned). I don't have a separate Windows machine so I had to build the executable under VmWare (my main platform is Linux). The archive includes all required Qt libraries. Once started, the program creates a file called
hive in the working directory. This file is used for storing trade history as well as access keys. The keys are presently stored unencrypted (I will add password encryption in the next build). I use a custom file engine (something like no-SQL database) which is built in (so there is no need for an external DBMS)
I dubbed this platform BeTrader (or beTrader) but if you have a better name, you are welcome. Right now I enabled only one interface to Exmo exchange since I want to hear comments about overall performance and start small while slowly building momentum and user base around this platform. Other interfaces are already there as well as basic bot functionality (the interfaces need some integration since they are mostly sharing the same codebase). I will export an interface to bot functionality later so that anyone could build custom bots once the interface gets more or less polished (together with the source code)
You don't need to register with the exchange and enter your access keys (unless you want to actually try trading there). Just hit the Gear button and you should see the deals in the main pane
I use this platform myself since it allows processing multiple orders at once, both deleting and adding orders (e.g. when you want to add a few orders at different prices), which is impossible when using regular web interface (and it works faster at that). If you want to see orderbooks, double click the row in the Markets table
If you have any issues, suggestions or comments, feel free to contact me