mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
chore: show botBalance in tooltip for futures
closes freqtrade/freqtrade#10533
This commit is contained in:
parent
627747c3ef
commit
500efe5739
|
@ -33,6 +33,8 @@ const chartValues = computed<BalanceValues[]>(() => {
|
||||||
balance:
|
balance:
|
||||||
showBotOnly.value && canUseBotBalance.value && v.bot_owned != undefined
|
showBotOnly.value && canUseBotBalance.value && v.bot_owned != undefined
|
||||||
? v.bot_owned
|
? v.bot_owned
|
||||||
|
: v.is_position === true
|
||||||
|
? v.position
|
||||||
: v.balance,
|
: v.balance,
|
||||||
currency: v.currency,
|
currency: v.currency,
|
||||||
est_stake:
|
est_stake:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user