| wf_stitch | R Documentation |
Concatenates OOS backtests and safely compounds returns on overlapping dates.
wf_stitch(oos_results, initial_value = 1e+05)
oos_results |
List of backtest_result objects, each with $portfolio_values and $dates. |
initial_value |
Numeric starting value for the stitched equity curve (default 100000). |
Data frame with columns: Date, Value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.