Hephyrius / binance_futures_bot

A bot that trades leveraged USDT futures markets on binance.
302 stars 124 forks source link

Visualize JSON data with dashboard.. #8

Closed XMVZ closed 2 years ago

XMVZ commented 3 years ago

Hi I'm new to coding really and would love to have the JSON information that's sent (assuming via TV webhook) formatted into a webpage that uses the JSON data and builds a table to have a nice little dashboard.

Any ideas of where to start or how to incporporate?

Thanks!

Hephyrius commented 3 years ago

The trades are logged and output as a csv. you can always import them into something like excel and make charts. I'm a bit too lazy/busy to make a flask app :P