Description Usage Arguments Value Examples
View source: R/QuantAnalysis.R
Find unique drawdowns from drawdown time-series
1 | find_drawdowns(dd)
|
dd |
data.frame containing drawdown time-series of one asset, see |
data.frame with unique drawdowns start, end, and trough dates, and trough value
1 2 3 | data(ETF)
dd <- drawdown(ret[, 1:2])
find_drawdowns(dd)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.