How to Calculate Maximum Drawdown
I need help with a formula to calculate the maximum drawdown for my portfolio equity. I've already created a column outlining my equity value after every single trade, the percentage gain for each trade, and my cumulative equity percentage gain after each trade, but using the MIN formula on that column only returns the the lowest single value of the sample, not the lowest cumulative value (like with consecutive losses that extend the drawdown). I also can't figure out how to focus the formula on the lowest value (drawdown) from the most recent peak value (as opposed to the lowest value (drawdown) from the overall peak, which don't necessarily come in the right order to count as a drawdown).
Here's a picture of the sample data and columns I'm referencing: