Backtest Strategy class Error

2 次查看(过去 30 天)
Metin Akyol
Metin Akyol 2022-3-11
回答: Brendan 2022-3-31
When I try to replicate this tutorial;
I am getting an error when trying to run this line (and the subsequent ones):
equalWeight_initial = equalWeightFcn(current_weights,warmupTT);
telling me that the function is not recognized. Do I need to create the backtestStrategy as an instance? The example did not do that.

回答(1 个)

Brendan
Brendan 2022-3-31
The equalWeightFcn is a function defined at the bottom of that file, in the Local Functions section. Are you perhaps highlighting the code and evaluating it? If so, I think you need to run the file from the top in order for it to "see" the local functions defined at the bottom of the demo.

类别

Help CenterFile Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息

标签

产品


版本

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by