Skip to content

Function: addDrawdown()

ts
function addDrawdown(plot, opts): DrawdownHandle;

Defined in: finance/charts.ts:203

The underwater curve: how far below its running high-water mark an equity series sat, as a filled area hanging from zero. The companion pane to an equity curve — the number that decides whether a strategy is survivable.

Parameters

ParameterType
plotPlot
optsDrawdownOptions

Returns

DrawdownHandle

MIT licensed. WebGL2 required.