[Blotter-commits] r1355 - pkg/quantstrat
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Jan 13 21:07:28 CET 2013
Author: opentrades
Date: 2013-01-13 21:07:28 +0100 (Sun, 13 Jan 2013)
New Revision: 1355
Modified:
pkg/quantstrat/NAMESPACE
Log:
- fixed NAMESPACE put.strategy (io store.strategy)
Modified: pkg/quantstrat/NAMESPACE
===================================================================
--- pkg/quantstrat/NAMESPACE 2013-01-13 00:11:28 UTC (rev 1354)
+++ pkg/quantstrat/NAMESPACE 2013-01-13 20:07:28 UTC (rev 1355)
@@ -11,8 +11,8 @@
export(applyParameter)
export(applyRules)
export(applySignals)
+export(applyStrategy.rebalancing)
export(applyStrategy)
-export(applyStrategy.rebalancing)
export(delete.paramset)
export(getOrderBook)
export(getOrders)
@@ -27,6 +27,7 @@
export(osMaxPos)
export(osNoOp)
export(put.orderbook)
+export(put.strategy)
export(rm.strat)
export(ruleOrderProc)
export(rulePctEquity)
@@ -40,7 +41,6 @@
export(sigFormula)
export(sigPeak)
export(sigThreshold)
-export(store.strategy)
export(strategy)
export(tradeGraphs)
export(updateOrders)
More information about the Blotter-commits
mailing list