You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
Data sets produced during real-time visualization could be forwarded to the analysis package, where it will execute chosen analysis functions on them.
Describe alternatives you've considered
On the other hand, MarketVisualization class can store all the data, accessed during visualization (currently it removes exchange's data elements that exceed limit), and then this data can be queried for a subsequent analysis. Also, this approach doesn't require for MarketVisualization to depend on analysis package, so it will require fewer updates to its code.
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
Data sets produced during real-time visualization could be forwarded to the
analysis
package, where it will execute chosen analysis functions on them.Describe alternatives you've considered
On the other hand,
MarketVisualization
class can store all the data, accessed during visualization (currently it removes exchange's data elements that exceedlimit
), and then this data can be queried for a subsequent analysis. Also, this approach doesn't require forMarketVisualization
to depend onanalysis
package, so it will require fewer updates to its code.The text was updated successfully, but these errors were encountered: