mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-11 02:33:51 +00:00
Improved wording
This commit is contained in:
parent
4549ac783e
commit
58c497b9a8
|
@ -200,7 +200,7 @@ function initializeChart() {
|
|||
const profit = params[0].data.profit;
|
||||
const currentProfit = params[0].data['currentProfit'];
|
||||
const profitText = currentProfit
|
||||
? `Profit (with unrealized profit): ${currentProfit}`
|
||||
? `Projected profit (including unrealized): ${currentProfit}`
|
||||
: `Profit: ${profit}`;
|
||||
return profitText;
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user