[Blotter-commits] r1323 - pkg/quantstrat/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Dec 27 02:21:30 CET 2012
Author: opentrades
Date: 2012-12-27 02:21:30 +0100 (Thu, 27 Dec 2012)
New Revision: 1323
Modified:
pkg/quantstrat/R/walk.forward.R
Log:
- removed warning('under development') from walk.forward()
Modified: pkg/quantstrat/R/walk.forward.R
===================================================================
--- pkg/quantstrat/R/walk.forward.R 2012-12-27 01:19:22 UTC (rev 1322)
+++ pkg/quantstrat/R/walk.forward.R 2012-12-27 01:21:30 UTC (rev 1323)
@@ -52,8 +52,6 @@
walk.forward <- function(portfolio.st, strategy.st, paramset.label, period, k.training, nsamples=0, k.testing, objective_func=max, objective_arg=quote(tradeStats.list$Net.Trading.PL), verbose=FALSE)
{
- warning('walk.forward() is still under development! expect changes in arguments and results at any time JH')
-
must.have.args(match.call(), c('portfolio.st', 'strategy.st', 'paramset.label', 'k.training'))
strategy <- must.be.strategy(strategy.st)
More information about the Blotter-commits
mailing list