[Blotter-commits] r1405 - pkg/quantstrat/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Feb 26 16:07:51 CET 2013
Author: opentrades
Date: 2013-02-26 16:07:51 +0100 (Tue, 26 Feb 2013)
New Revision: 1405
Modified:
pkg/quantstrat/R/ruleSignal.R
Log:
- removed debugging prints (oops)
Modified: pkg/quantstrat/R/ruleSignal.R
===================================================================
--- pkg/quantstrat/R/ruleSignal.R 2013-02-26 15:05:56 UTC (rev 1404)
+++ pkg/quantstrat/R/ruleSignal.R 2013-02-26 15:07:51 UTC (rev 1405)
@@ -121,7 +121,6 @@
if(!is.null(order.price))
{
-print(paste('--- order.price =', order.price))
orderprice <- order.price
}
else if(!is.null(chain.price))
@@ -196,7 +195,6 @@
}
if(is.null(orderset)) orderset=NA
-print(paste('=== orderprice =', orderprice))
## now size the order
#TODO add fancy formals matching for osFUN
More information about the Blotter-commits
mailing list