mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-23 11:35:14 +00:00
Only show stoploss-dist for open trades
This commit is contained in:
parent
36b681e733
commit
44874377b8
|
@ -32,7 +32,7 @@
|
|||
{{ formatPercent(trade.initial_stop_loss_pct / 100) }} |
|
||||
{{ formatPrice(trade.initial_stop_loss) }}
|
||||
</ValuePair>
|
||||
<ValuePair description="Current stoploss dist">
|
||||
<ValuePair v-if="trade.is_open" description="Current stoploss dist">
|
||||
{{ formatPercent(trade.stoploss_current_dist_ratio) }} |
|
||||
{{ formatPrice(trade.stoploss_current_dist) }}
|
||||
</ValuePair>
|
||||
|
|
Loading…
Reference in New Issue
Block a user