tradingstrategy-ai / frontend

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

Strategy "all trades" index page #354

Open kenkunz opened 1 year ago

kenkunz commented 1 year ago

Goal

Add a new sub-nav tab to strategy page for All trades.

Details

  1. See trades table at the bottom of Position details for reference
  2. Add sub-nav option to Strategy nav below "Decision making"
  3. Sort by ID descending (most recent trades at the top)
  4. other columns should be sortable
  5. use standard pagination
  6. don't include search box for now as there isn't really any useful text to search on
kenkunz commented 1 year ago

Discussion on 01.03.2023

Teemu walked through a demo of above workflow (TODO: attach some screenshots here).

kenkunz commented 1 year ago

For the "all trades" context, we should include a new column with the pair being traded (to anticipate multi-pair strategies). This should be the second column (after ID) with heading Pair.

miohtama commented 1 year ago

@miohtama opens a PR on new stats