time | buy | sell | net | duration |
---|---|---|---|---|
{{formatDate(holding.time)}} | {{_.round(holding.price,2)}} | - | {{(holdingReturn() > 0 ? '+' : '' ) + holdingReturn().toFixed(2)}}% | {{holdingDuration()}} |
{{formatDate(trade.buy.created_at)}} | {{_.round(trade.buy.price,2).toFixed(2)}} | {{_.round(trade.sell.price,2).toFixed(2)}} | {{(trade.summary.return > 0 ? '+' : '' ) + _.round(trade.summary.return,2).toFixed(2)}}% | {{secondsToStr(trade.summary.duration)}} |