crypto-chassis / ccapi

A header-only C++ library for interacting with crypto exchanges. Bindings for Python, Java, C#, Go, and Javascript are provided.
https://discord.gg/b5EKcp9s8T
MIT License
568 stars 195 forks source link

example with visual #385

Closed andrewcz closed 11 months ago

andrewcz commented 1 year ago

@cryptochassis is there a brief example that just streams data and plots the data in real time in a round robin fashion. cheers, Andrew

cryptochassis commented 1 year ago

What does it mean by plotting data "in a round robin fashion"??

andrewcz commented 1 year ago

Plotting only the most recent 100 points @cryptochassis

cryptochassis commented 11 months ago

Added a data visualization example: https://github.com/crypto-chassis/ccapi/blob/v6.4.4/binding/python/example/data_visualization/main.py

andrewcz commented 11 months ago

cheers @cryptochassis much appreciated.