Busy with a little report:
http://i.imgur.com/7vME9Wg.pngWe are using a Oracle Database.
This database will have the following tables available:
1. Users (This will list all the users - passwords - how many times you login wrongly)
2. Wallets (There will be a link with the user table so that it is possible to know which wallet is part of which user)
3. Transaction Table ( This will list all your transaction that you did, basically the report above is coming from that table)
4. Trade date (Your own trades, the price that you open a call and how long it will stay open)
5. Exchange date (table that will store the values of the coin on the exchanges)
PS: it is just a basic report, we will of course add the necessary special graphs, but now that is not important.