(numbers are fiction!)
After using litecoinglobal.com for few weeks, I like to propose few changes to improve usability
Lets start form
Portfolio > My Trades
Symbol | Action | Quantity | Price Ł | Fee | Total Ł | Date/Time
ART | buy | 50 | 0.94 | 0.1230 | -47.1230 | 2013-01-13 09:57:33
ART | buy | 50 | 1.00 | 0.1230 | -49.8770 | 2013-01-13 09:57:33
ART | sell | -50 | 1.00 | 0.1230 | 49.8770 | 2013-01-13 09:57:33
and so on....
1) I added "Symbol" and moved "Ł" to column name Price
2) I added a "Fee"
2) I think this page needs a filter or a list so you can select a specific security. Having a mixed list is rather useless actually (unless you export and sort trades in spreadsheets like LibreOffice).
3) to avoid useless requests to db, what if this page starts out with a list of all traded securities, grouped by type:
How about a list with the following data
Symbol | Quantity | Average price | Reserved | Market value Ł
ART | 9,999 | 1.00 | 0 | 9,999.0000
* I Moved "Ł" to column name and removed it from the actual value (why repeat it over and over again?).
* Shares = number of shares
* Average price = Weighted Average Paid
* Reserved - shares with open sell order
* "Market value" is usually calculated form the "Last trade" and NOT from current "bid".
As you see, this made My Analysis page obsolete
"My Dividends" is fine
"My analysis" in now obsolete
"My Orders" is OK but please move the "Ł" to column name. It's waste of space and useless on every row
"My summary" need some tuning and here is what I like to propose
Because we read from left to right, lets move/group all the useful (urgent) stuff to the left side of the table
Symbol | Quantity | Reserved | Last | Bid | Ask | 24h | 24h | 24h Avg | 24h Vol | 7d Avg | 7d Vol | Tot Vol | Mk Cap |
----------------------------------------------------------------------------------------------------------------------------------------
ART | 9,999 | 0 | [email protected] | 0.9431 | 1.089 | 1.01 | 1.089 | 1.0123 | [email protected] | 1.01 | [email protected] | 59k | 55,9876|
* Added missing column name "Symbol"
* Added Quantity (available)
* Added Reserved
* changes "latest" to "Last"
* 24h Vol column must have only Volume (Volume is in shares and not in LTC)
* Removed Type column
* Group holdings by type
To be honest, I am not a big fan of this 24 h stuff. I rather have Open and Close data where Open is previous 00.00 GMT because market is open 24/7
So, I like to propose the following:
Symbol | Quantity | Reserved | Last | Bid | Ask | Open | Close | Net Change | Change % | Vol | 52 W high | 52 W Low | Div | YTD %Chg |
ART | 9,999 | 0 | [email protected] | 0.9431 | 1.0890 | 1.1000 | 1.0800 | -0.02 | -2.20% | 10,000 | 1.1800 | 0.9400 | 0.0500 | +99.99% |
Actually, why not make upgrade your market data page to similar layout without the "Reserved" column.
You can reuse that layout and leave out/add page specific columns. Same time you can cache all that data and reuse it.