For dollar based drawdown series...
* DrawDown$(N) = Equity(N) - HighestEquityValue(0, ..., N)
For Percent based drawdown series...
* DrawDown%(N) = Equity(N) / HighestEquityValue(0, ..., N) * 100
In either case the biggest DrawDown is the lowest value for the series.