peev / cryptobeast-reactjs

MIT License
1 stars 2 forks source link

[Analytics] Liquidity section #177

Closed KudraVello closed 6 years ago

KudraVello commented 6 years ago

As a user, When I go to the Liquidity section of the Analytics tab, I should see two graphs: Transaction Frequency and Trade Volume.

To display those graphs, the user should be able to select the following inputs:

The transaction frequency graph should tell us how many transactions have been completed in the selected market for every day: image Use the follwing data set for the display of this graph: TransactionFrequency.txt

The trade volume graph is a bar chart, which shows how many of the asset has been traded for a selected period. For example, a BTC-USD market will tell us how many Bitcoins have been traded in each period. Each bar represents the total volume for that period, while the color coding of the bar also has a meaning:

See for reference: image

KudraVello commented 6 years ago

Use the following data set for showing transaction frequency: Transaction frequency.xlsx

KudraVello commented 6 years ago

For bottom table, display both candle sticks and volume bar chart -> use this high chart: https://www.highcharts.com/stock/demo/candlestick-and-volume

Data set which is to be used for each asset can be found in this file (for volume, use "Volume to" column)Profit Loss - Dummy Data.xlsx