tradingstrategy-ai / frontend

Web frontend for TradingStrategy.ai
https://tradingstrategy.ai
125 stars 23 forks source link

Strategy decision making - convert to ChartIQ #358

Open kenkunz opened 1 year ago

kenkunz commented 1 year ago

Goal

Improve usability, visual style, and interaction consistency of Strategy decision making chart.

Details

The current Decision Making chart (example below) is rendered server-side. It lacks interactivity, doesn't match the visual style of our other charts, and is not very mobile-friendly. This should be converted to a ChartIQ chart that is rendered client-side.

image
AlexTheLion123 commented 1 year ago

We also need to come up with way to do this with multiple pairs

kenkunz commented 1 year ago

We also need to come up with way to do this with multiple pairs

Agreed! Let's start with the simpler single pair use case. Then after this has been migrated and implemented with ChartIQ, we can explore the best way to add support for multiple pairs.

AlexTheLion123 commented 1 year ago

We also need to come up with way to do this with multiple pairs

Agreed! Let's start with the simpler single pair use case. Then after this has been migrated and implemented with ChartIQ, we can explore the best way to add support for multiple pairs.

Cool, actually we just decided to show charts for each individual pair decision making, even if there are a lot of pairs.