Update profitability colour indicator on strategy tile chart #759
Labels
enhancement
New feature or request
priority: P1
An important issue that must be fixed before the next release, but does nto require immediate focus.
size: XS
A trivial task that can be completed in less than an hour
Goal
As an investor evaluating different trading strategies, I want the the colour of the chart shown on strategy tiles to reflect an appropriate metric/indicator for comparing profitability, so that I can make an accurate and informed decision about my investments.
Background
See discord thread for further detais.
@tsorro noted that our best performing strategy is currently red:
The current logic is based on the relative profitability for the timeframe displayed on the chart (normally 90 days, but currently shorter due to the length of time our "unrealised profitability" sampling process has been running).
Questions
1. What alternative metric should be used for selecting red/green profitability direction?
Some possible answers based on data points that are available from the
metadata
endpoint:summary_statistics. compounding_unrealised_trading_profitability.at(-1)
summary_statistics.key_metrics.cagr
summary_statistics.key_metrics.profitability
summary_statistics.profitability_90_days
(note: older data point)summary_statistics.return_all_time
(note: older data point)summary_statistics.return_annualised
(note: older data point)@tsorro recommendation:
(this is metric 1 from the above list).
Resulting profit indicator colours:
Acceptance criteria
tbd
The text was updated successfully, but these errors were encountered: