Conditional Drawdown

gauravks3

New Member
Joined
Aug 29, 2015
Messages
1
Hi I want to calculate drawdown so that I am in a position to ascertain if the following statements are correct:

SPX
For the period 1900 – 2010, 5% corrections occurred three times per year
on average, 10% corrections occurred once per year
on average, and 20% corrections occurred once every
3.5 years on average

Is there a way to calculate that in excel presuming I have the data. Each type of Drawdown (5%, 10%, 20%) being independent. t. For
example, the market does not typically see four 5% drawdowns and one 10%
drawdown in the same year, but rather those 5% drawdowns may compound into a
single 10% drawdown for the year
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
Hi gauravks3,
I assume you have 2 columns: date & stock value. Next to that, add a column with the year (=YEAR(...)). Next to that, the I would first calculate the drawdown for all days, e.g. in this post http://www.mrexcel.com/forum/excel-questions/702997-drawdown-calculation.html
Next, categorize the drawdowns in the next column, e.g. IF(E2<0.05;"no drawdown";IF(E2<=0.1;"5%-10% dd";"10%+ dd")) and create a pivot table to see how many of each happens every year.
Hope that is a good starting point?
Cheers,
Koen
 
Upvote 0

Forum statistics

Threads
1,222,759
Messages
6,168,052
Members
452,160
Latest member
Bekerinik

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top