Drawdowns
Calculates the drawdowns for a portfolio.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| Portfolio | string | Yes | Comma-separated symbols |
| Period | string | Yes | Time period |
| InitialAmount | number | Yes | Initial investment |
Examples
=Drawdowns("AAPL,MSFT,GOOGL", "1Y", 10000)When to Use
- Risk assessment
- Historical drawdown analysis
- Portfolio evaluation
When NOT to Use
| Scenario | Use Instead |
|---|---|
| Mean returns | MeanReturns() |
Common Issues & FAQ
Q: What is a drawdown? A: Peak to trough decline in portfolio value.
