Calculate Max DD in dollars

Discussions about the testing and simulation of mechanical trading systems using historical data and other methods. Trading Blox Customers should post Trading Blox specific questions in the Customer Support forum.
Post Reply
LeviF
Roundtable Knight
Roundtable Knight
Posts: 1436
Joined: Mon Dec 22, 2003 12:24 pm
Location: Des Moines, IA
Contact:

Calculate Max DD in dollars

Post by LeviF »

What would be a good method to calculate the Max DD in dollars to use at the end of a test as a statistic?
sluggo
Roundtable Knight
Roundtable Knight
Posts: 2987
Joined: Fri Jun 11, 2004 2:50 pm

Post by sluggo »

Probably a "for" loop.

Estimating it from Max%DD, or from totalLossDollars, or other shortcuts, could easily produce tremendously bad approximations. Maybe you could do slightly better by combining Max%DD with %ProfitFactor and $ProfitFactor but that'd still be an approximation and would still have a pathological worst case that gives a rididulously wrong answer.
Tim Arnold
Site Admin
Site Admin
Posts: 9015
Joined: Tue Apr 06, 2004 1:41 pm
Location: Boston, MA
Contact:

Post by Tim Arnold »

Loop over the equity curve and keep track of the high, and the following low, and compute the dollars.
LeviF
Roundtable Knight
Roundtable Knight
Posts: 1436
Joined: Mon Dec 22, 2003 12:24 pm
Location: Des Moines, IA
Contact:

Post by LeviF »

got it, thanks.
Post Reply