chore: show botBalance in tooltip for futures

closes freqtrade/freqtrade#10533
This commit is contained in:
Matthias 2024-08-14 21:01:57 +02:00
parent 627747c3ef
commit 500efe5739

View File

@ -33,6 +33,8 @@ const chartValues = computed<BalanceValues[]>(() => {
balance:
showBotOnly.value && canUseBotBalance.value && v.bot_owned != undefined
? v.bot_owned
: v.is_position === true
? v.position
: v.balance,
currency: v.currency,
est_stake: