| # | 代码 | 名称 | 涨停日 | 买入日 | 买入价 | 卖出日 | 卖出价 | 盈亏 | 天数 | 卖出原因 |
|---|---|---|---|---|---|---|---|---|---|---|
| {{i+1}} | {{t.code}} | {{t.name||'-'}} | {{t.limitDate}} | {{t.buyDate}} | ¥{{t.buyPrice?.toFixed(2)}} | {{t.sellDate}} | ¥{{t.sellPrice?.toFixed(2)}} | {{t.pnl>0?'+':''}}{{t.pnl?.toFixed(2)}}% | {{t.holdDays}}天 |
| 代码 | 名称 | 买入价 | 股数 | 金额 | 现价 | 浮动盈亏 | MA5 | 止损 | 止盈 | 天数 | 预警 | 操作 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{h.code}} | {{h.name||'-'}} | ¥{{h.buy_price}} | {{h.buy_shares||'-'}} | ¥{{(h.buy_amount||0).toLocaleString()}} | ¥{{h.currentPrice||'-'}} |
{{h.unrealizedPnl!=null?(h.unrealizedPnl>0?'+':'')+h.unrealizedPnl+'%':'-'}}
¥{{h.unrealizedAmount||0}}
|
¥{{h.ma5||'-'}} | ¥{{h.stop_loss||'-'}} | ¥{{h.take_profit||'-'}} | {{h.holdDays||0}}天 | {{a}} ✅ |
| 代码 | 名称 | 买入 | 股数 | 卖出 | 盈亏% | 盈亏额 | 天数 | 原因 |
|---|---|---|---|---|---|---|---|---|
| {{h.code}} | {{h.name||'-'}} | ¥{{h.buy_price}} ({{h.buy_date}}) | {{h.buy_shares||'-'}} | ¥{{h.sell_price}} ({{h.sell_date}}) | {{h.pnl>0?'+':''}}{{h.pnl?.toFixed(2)}}% | ¥{{(h.pnl_amount||0).toFixed(0)}} | {{h.hold_days||'-'}} | {{h.sell_reason||'-'}} |