Description Usage Arguments Value Examples
Create PDF Report from a Strategy Backtest Parameter Screen
1 2 3 4 5 6 | reportBacktestResults(
benchmark_data,
benchmark_name,
backtest_results,
strategy_name
)
|
benchmark_data |
OHLC market data of asset used for backtesting |
benchmark_name |
asset name |
backtest_results |
list object as obtained from screenStrategyParameter function containing backtest results |
strategy_name |
name of strategy object |
Returns plots which are saved to pdf file
1 2 | reportBacktestResults(msci_world, "MSCI World",
backtest_results, "CCIpullback_SL_TS")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.