robosats icon indicating copy to clipboard operation
robosats copied to clipboard

Exchange historical activity charts

Open Reckless-Satoshi opened this issue 2 years ago • 5 comments

Create exchange historical activity charts as a react components fetching data from /api/historical It could use plotly/chart.js/canvas.js .

Ideas of what these plots could look like (by @antonopulosL): IMG_20220513_123147_202 IMG_20220513_123251_341 IMG_20220513_123256_100 IMG_20220513_123312_908

Reckless-Satoshi avatar May 13 '22 12:05 Reckless-Satoshi

@AntonopulosL (Twitter) is mantaining a small Flourish widget that shows most of the data. It is embeded in the stats section of the documentation site: http://learn.robosats.com/stats

It does, however, require manual input by hand of the data in the endpoints /api/ticks and /api/historical . It would br egreat if we can build some components that use the data in a similar way directly from RoboSats API.

Reckless-Satoshi avatar Jun 27 '22 17:06 Reckless-Satoshi

I am developing a Python script to generate the charts imagen imagen

santochibtc avatar Apr 01 '23 16:04 santochibtc

I am developing a Python script to generate the charts

Amazing! Are you pushing this work into any public repository so we can contribute to it?

Reckless-Satoshi avatar Apr 02 '23 19:04 Reckless-Satoshi

I have uploaded it here https://github.com/santochibtc/robosatsCharts It only generates these graphs right now:

  • Contracts per day
  • Traded volume per day
  • Cumulative volume
  • Cumulative num contracts

santochibtc avatar Apr 04 '23 21:04 santochibtc

I have uploaded it here https://github.com/santochibtc/robosatsCharts It only generates these graphs right now:

* Contracts per day

* Traded volume per day

* Cumulative volume

* Cumulative num contracts

Very cool! Let's follow up on the Issues of that repo. I see lot of potential if we turn it into a Streamlit app (and that's pretty easy!)

Reckless-Satoshi avatar Apr 06 '23 13:04 Reckless-Satoshi