Author Topic: What data we need to monitor and analyze the BitUSD market and how to get it?  (Read 952 times)

0 Members and 1 Guest are viewing this topic.

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
Since the BitUSD has been trading for more than 2 weeks,how could we identify
the market status for now? Should we have a set of parameters to monitor and
analyze it and so at some point we can say the peg is successful?
I would love to see something like this .. currently I only check the
bitUSD/USD trade @ bter.com and the market over at bitsharestblocks.com

total BitUSD issued,
is available from within the client .. just check the asset status or type
"blockchain_get_asset USD" to see directly.

the number of accounts involved in BitUSD trading,percentage of these accounts
to all,avg.day trading volumes,
that one is impossible to say as the market uses TITAN and thus anonymous
transactions.

effective market depth(exclusive of the orders far from the current rate),
Not sure .. bit isn't that equivalent to the number of issued bitUSD?

price data of BTSX,
denoted in bitAssets is available from the blockchain .. see bitsharesblocks.com

Quote
deviation of the peg from 1,avg.and the standard deviation,time period of
rules stable...
Not available yet .. would love to see these and some more stats

The more data we have,the more distinct understanding of the market we get.We
could figure out what efforts works and what not.And probably we could find new
ways to improve it.So could you please help if you have more ideas or how to
get these data?
If you are not shy to use the "console" you can get hell of a lot of information from the following commands

- blockchain_get_asset <quote_symbol> <base_symbol>
- blockchain_market_price_history <quote_symbol> <base_symbol> <start_time> <duration> [granularity]
- blockchain_market_order_book <quote_symbol> <base_symbol> [limit]
- blockchain_market_status <quote_symbol> <base_symbol>
- blockchain_market_list_asks <quote_symbol> <base_symbol> [limit]
- blockchain_market_list_bids <quote_symbol> <base_symbol> [limit]

Offline calvin

  • Jr. Member
  • **
  • Posts: 26
    • View Profile
Since the BitUSD has been trading for more than 2 weeks,how could we identify the market status for now? Should we have a set of parameters to monitor and analyze it and so at some point we can say the peg is successful?

Does the following basic data useful to describe the market?and what missed?

total BitUSD issued,the number of accounts involved in BitUSD trading,percentage of these accounts to all,avg.day trading volumes,effective market depth(exclusive of the orders far from the current rate),price data of BTSX,deviation of the peg from 1,avg.and the standard deviation,time period of rules stable...

The more data we have,the more distinct understanding of the market we get.We could figure out what efforts works and what not.And probably we could find new ways to improve it.So could you please help if you have more ideas or how to get these data?