| 종목 | 수량 | 매수가 | 손절가 | 익절가 | 상태 | 진입시각 | |
|---|---|---|---|---|---|---|---|
|
{pos.name}
{pos.code}
|
{pos.qty} | {formatPrice(pos.buyPrice)} | {formatPrice(pos.stopLoss)} | {formatPrice(pos.takeProfit)} | {pos.status} | {formatTime(pos.entryTime)} | {#if pos.status === 'open' || pos.status === 'pending'} {:else if pos.exitReason} {pos.exitReason} {/if} |
| 종목 | 구분 | 수량 | 매수가 | 매도가 | 손익 | 수익률 | 사유 | 청산시각 |
|---|---|---|---|---|---|---|---|---|
|
{trade.name}
{trade.code}
|
매도 | {trade.qty} | {formatPrice(trade.buyPrice)} | {formatPrice(trade.exitPrice ?? 0)} | {pl >= 0 ? '+' : ''}{formatPrice(pl)} | {plRate >= 0 ? '+' : ''}{plRate.toFixed(2)}% | {trade.exitReason ?? '-'} | {formatTime(trade.exitTime ?? '')} |