mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-26 04:55:15 +00:00
show trade side in trade navigation
This commit is contained in:
parent
943b8d3602
commit
673ba6a0a1
|
@ -11,10 +11,7 @@
|
|||
:active="trade.open_timestamp === selectedTrade.open_timestamp"
|
||||
@click="onTradeSelect(trade)"
|
||||
>
|
||||
<div>
|
||||
<DateTimeTZ :date="trade.open_timestamp" />
|
||||
</div>
|
||||
|
||||
<div>{{ trade.is_short ? '[S]-' : '[L]-' }}<DateTimeTZ :date="trade.open_timestamp" /></div>
|
||||
<TradeProfit :trade="trade" />
|
||||
<ProfitPill
|
||||
v-if="backtestMode"
|
||||
|
|
Loading…
Reference in New Issue
Block a user