Skip to content
Prev 14683 / 15274 Next

corrections vs drawdowns

I think that this is correct.  NASDAQ was still in a drawdown.  NASDAQ
didn't make new all-time highs until 2014.

Some people define 'corrections' as drawdown from most recent peak. 
Charles Schwab's definition is in-line with generally accepted usage:

https://www.schwab.com/resource-center/insights/content/market-correcti
on-what-does-it-mean

The Motley Fool uses a similar but not identical definition:

https://www.schwab.com/resource-center/insights/content/market-correcti
on-what-does-it-mean

quantmod has a 'findPeaks' function, but this is dependent on you
setting a threshold for what defines a peak.

A related Stack Overflow question may provide something in the
direction of what you're looking for to look at drawdown from a recent
peak.

https://stackoverflow.com/questions/14737899/calculate-cumulatve-growth
-drawdown-from-local-min-max

I would certainly be happy to include a 'findCorrections' function in a
later version of PerformanceAnalytics if we could parameterize what
constitutes a 'recent high' for that purpose.

Regards,

Brian
On Tue, 2019-01-08 at 16:36 +0000, Alec Schmidt wrote: