Drawdown
Returns the current percentage decline from the peak value.
Examples
=Drawdown()When to Use
- Risk monitoring
- Peak-to-trough analysis
- Loss assessment
When NOT to Use
| Scenario | Use Instead |
|---|---|
| Maximum drawdown | MaximumDrawdowns() |
| Value at risk | ValueAtRisk() |
Common Issues & FAQ
Q: How is drawdown calculated? A: (Current Value - Peak Value) / Peak Value.
