afesuazo / market-visualizer

Interactive market data visualizer used for research and modeling
MIT License
0 stars 0 forks source link

[Feature] - Data Transformation #7

Open afesuazo opened 1 year ago

afesuazo commented 1 year ago

Description

Create a representation of market ticks or any other data point that should be visualized in the future and implement the functionality to create said object from raw csv files.

Tasks

afesuazo commented 1 year ago

Decisions

Created an "event" interface to allow other types of data to be used by the visualizer.