Description Usage Arguments Examples
View source: R/pull_perf_stats.R
Extract Performance Stats from a Backtest Parameter Screen
1 2 3 4 5 6 7 | pull_perf_stats(
screen_results,
stat_parameter = "Annualized Return",
spread = FALSE,
par1_seqf = par1_seq,
par2_seqf = par2_seq
)
|
screen_results |
list containing backtest parameter screen results |
stat_parameter |
character indicating which parameter to extract. One of Annualized Return, Calmar Ratio, Treynor Ratio, Burke Ratio, CAPM beta, CDaR, Max. Drawdown, Annualized Turnover |
spread |
logical, if results including spread |
par1_seqf |
parameter 1 sequence |
par2_seqf |
parameter 2 sequence |
1 | pull_perf_stats(strategy_screen_results, "Annualized Return")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.