Post
Topic
Board Securities
Re: [DCX] The Digital Currency Index Project
by
Smidge
on 04/08/2013, 07:39:59 UTC
Hi dexX7,

Yay, I really support this. Smiley

I played a bit around with the Laspeyres formula and I'm not sure, if this is correct: I took BTCGARDEN, LABCOIN, ACTIVEMINING, COGNITIVE, ASICMINER-PT (no BASIC because split and simplicity...) and used the current number of issued shares as basis. This is not ideal, but I don't have data on historical numbers of issued shares and this is experimental anyway.

The share prices were grouped into 1 hour groups for each asset and I calculated the index output like this:

p0 = BTCGARDEN pricen * 2000000 + ... + ASICMINER-PT 1 hour pricen * 26006
p1 = BTCGARDEN pricen +1 * 2000000 + ... + ASICMINER-PT 1 hour pricen +1 * 26006

index value = p1 / p0 * 100.


Highly interesting. I need a more flexible charting engine (ClarkMoody style would be awesome), plus focus on getting historical data in there as a priority.


Brainstorming:

  • Exclude company held shares
     
  • Get historical outstanding share data
     
  • Which assets should be included?
     
  • What is a more realistic model for a representation of the market?
     
  • Fetch data from other exchanges
     


I don't have a very financial background and to be honest, I'm not even sure, where this leads, but one thing is for sure: it's time for the next level! A general overview of the Bitcoin markets is only the beginning and this thread by Smidged is the initial experiment to accomplish this. Cheesy

Any input and discussion is very welcomed.

I think historical data is a quick win, plus I received the suggestion to add Moving Averages.
Get data from other exchanges would increase the number of price fixings (=liquidity).