If you have "7d Vol" or "24h
Vol" this must show total
number of shares traded in last x days.
Remove that second number (what is it?)
and add column "Xd Turnover" This will show X days or hours total turnover in BTC or LTC.
Some ideas are here:
https://bitcointalksearch.org/topic/m.1456074 Here is a a bit revised version:
Symbol | Last | Bid | Ask | Open | Close | Net Change | Change % | Vol | 52 W high | 52 W Low | Div | YTD %Chg |
ART |[email protected] | 0.9431 | 1.0890 | 1.1000 | 1.0800 | -0.02 | -2.20% | 10,000 | 1.1800 | 0.9400 | 0.0500 | +99.99% |
Note, all numbers up to 52 W High are today/yesterday "short term" numbers.
Forget that 24h nonsense and move to Open and Close based on 24h clock in UTC 0
Close is last trade from the previous date
Open is first trade of the current date
Net Change - in currency used, between Last trade and Open
Div - dividends paid in current year.
With bonds and other fixed income stuff, you can add Yield to Coupon, Current Yield, Coupon and you have the familiar Yield To Date from equities table.
Cheers!
The volume numbers are: | shares
coin |
With shares on the left, coin on the right. I thought about splitting them into separate columns, but that would eat up too much space.
The 52w High, 52w Low, Div (or Div % Yield), and Net Change (would use a rolling 24h window) are great ideas. I'll see if I can find a place for 'em.
I've thought a lot about going to a 24h open/close type setup but it would just be too confusing in conjunction with the fact that everyone sees the numbers in terms of their own timezone. For example, everyone would see a different open/close number if I programmed it to use midnight their time. And if I program it to just always use midnight UTC then the numbers mean even less to people because open/close might be noon for them, rendering it nearly meaningless.
Thank you for the suggestions, much appreciated!
Cheers.