mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 18:23:50 +00:00
Improve DIsplay of backtest by not showing absolute profit
This commit is contained in:
parent
08e3b4bb02
commit
d58dcbb172
|
@ -18,7 +18,6 @@
|
|||
<ProfitPill
|
||||
v-if="backtestMode && comb.tradeCount > 0"
|
||||
:profit-ratio="comb.profit"
|
||||
:profit-abs="comb.profitAbs"
|
||||
:stake-currency="botStore.activeBot.stakeCurrency"
|
||||
/>
|
||||
</b-list-group-item>
|
||||
|
|
Loading…
Reference in New Issue
Block a user