backtesting-strategies icon indicating copy to clipboard operation
backtesting-strategies copied to clipboard

results is NULL (section 5.5)

Open pbahr opened this issue 8 years ago • 0 comments

Thanks @timtrice for the great work. It is a great starting point.

I am using quantstrat 0.9.1739. I get NULL results when I run the code below:

results <- applyStrategy(strategy.st, portfolios = portfolio.st)

I'm not sure what was intended for this line to return and save. I have also tried setting debug = TRUE parameter and got a list of 3 environments as result. Is this what we're looking for?

pbahr avatar Jan 20 '17 13:01 pbahr