Skip to content
Prev 12998 / 15274 Next

[PerformanceAnalytics] Adding support for dollar returns?

For instance, given a daily PnL in dollars, extend maxDrawdown to do the
computation also in dollars (under a flag). Something like:

md = maxDrawdown(pnl, dollars=T)

Same could be useful for a few other functions too (not all of course).
That's useful for futures, where one often looks at dollar amounts rather
than percentages.

Regards,
Ivan
On Sat Nov 29 2014 at 22:37:37 Ilya Kipnis <ilya.kipnis at gmail.com> wrote: