> ## Documentation Index
> Fetch the complete documentation index at: https://kalpi.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Highest Portfolio Profit & Loss

> Track the absolute highest peak and deepest absolute capital trough your portfolio reached during the simulation.

While Net Profit shows you exactly where your portfolio ended up on the final day of the simulation, the **Highest Portfolio Profit** and **Highest Portfolio Loss** metrics show you the extreme boundaries of your capital curve along the way.

## Strategic Application

These two metrics are crucial for understanding the "capital journey" of your algorithmic strategy.

<CardGroup cols={2}>
  <Card title="Highest Portfolio Profit (Peak Equity)" icon="mountain">
    This marks the absolute highest valuation your account ever reached. Tracking this allows you to measure exactly how far your current portfolio has fallen from its all-time high (your current active drawdown).
  </Card>

  <Card title="Highest Portfolio Loss (Absolute Trough)" icon="chart-no-axes-column-decreasing">
    This marks the absolute lowest point your portfolio dropped below your initial starting capital. This is different from Maximum Drawdown, as it measures pure underlying capital destruction from day one.
  </Card>
</CardGroup>

## The "Round Trip" Danger

If a strategy shows a Highest Portfolio Profit of +₹5,00,000 mid-way through the simulation, but finishes the backtest with a Net Profit of only +₹50,000, the system is suffering from massive "round trips." It is excellent at generating unrealized profits, but terrible at locking them in.

If you see this pattern, you should adjust your strategy to utilize trailing stop-losses or tighter take-profit targets.
