Description Usage Arguments Details Author(s) See Also Examples
A time series chart demonstrating drawdowns from peak equity attained through time, calculated from periodic returns.
| 1 2 | chart.Drawdown(R, geometric = TRUE, legend.loc = NULL, colorset = (1:12),
  ...)
 | 
| R | an xts, vector, matrix, data frame, timeSeries or zoo object of asset returns | 
| geometric | utilize geometric chaining (TRUE) or simple/arithmetic chaining (FALSE) to aggregate returns, default TRUE | 
| colorset | color palette to use, set by default to rational choices | 
| legend.loc | places a legend into one of nine locations on the chart: bottomright, bottom, bottomleft, left, topleft, top, topright, right, or center. | 
| ... | any other passthru parameters | 
Any time the cumulative returns dips below the maximum cumulative returns, it's a drawdown. Drawdowns are measured as a percentage of that maximum cumulative return, in effect, measured from peak equity.
Peter Carl
plot 
 chart.TimeSeries 
findDrawdowns 
 sortDrawdowns
 maxDrawdown 
table.Drawdowns 
table.DownsideRisk
| 1 2 3 4 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.