mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 18:23:50 +00:00
Update buy_tag wording to entrytag
This commit is contained in:
parent
eed6a0b2b4
commit
054cd4054a
|
@ -10,7 +10,7 @@
|
|||
{{ trade.leverage ? `(${trade.leverage}x)` : '' }}</ValuePair
|
||||
>
|
||||
<ValuePair description="Open date">{{ timestampms(trade.open_timestamp) }}</ValuePair>
|
||||
<ValuePair v-if="trade.buy_tag" description="Buy tag">{{ trade.buy_tag }}</ValuePair>
|
||||
<ValuePair v-if="trade.buy_tag" description="Entry tag">{{ trade.buy_tag }}</ValuePair>
|
||||
<ValuePair description="Open Rate">{{ formatPrice(trade.open_rate) }}</ValuePair>
|
||||
<ValuePair v-if="!trade.is_open && trade.close_rate" description="Close Rate">{{
|
||||
formatPrice(trade.close_rate)
|
||||
|
|
Loading…
Reference in New Issue
Block a user