plotDrawdowns: Plot drawdowns

View source: R/genericStrategy.R

plotDrawdowns.StrategyR Documentation

Plot drawdowns

Description

Plot drawdowns

Usage

## S3 method for class 'Strategy'
plotDrawdowns(
  this,
  start,
  end,
  return_type = "plot",
  graph_type = "ggplot2",
  ...
)

Arguments

this

Strategy

start

Numeric scalar / Date

end

Numeric scalar / Date

return_type

character, plot or data

graph_type

character, ggplot2 / xts / plotly

...

params

from

character, name of backtest

Value

ggplot/xts


Vitalic57/stratbuilder3gen documentation built on March 30, 2022, 6:58 a.m.