backtestStrategy | Create backtestStrategy object to define portfolio allocation
strategy |
backtestEngine | Create backtestEngine object to backtest strategies and
analyze results |
runBacktest | Run backtest on one or more strategies |
equityCurve | Plot equity curves of strategies |
summary | Generate summary table of backtest results |
Backtest Investment Strategies
This example shows how to perform backtesting of portfolio strategies using a backtesting framework implemented in MATLAB®.
Backtest Investment Strategies with Trading Signals
This example shows how to perform backtesting of portfolio strategies that incorporate investment signals in their trading strategy.