Symbol: {{ symbol }}
Price: {{ price }}
Cash: {{ cash | currency }}
Realized PnL: {{ realizedPnL | currency }}
Unrealized PnL: {{ unrealized() | currency }}
Total Equity: {{ cash + realizedPnL + unrealized() | currency }}
| Type | Price | Qty | Time |
|---|---|---|---|
| {{ t.type }} | {{ t.price }} | {{ t.qty }} | {{ t.time | date:'medium' }} |