[Blotter-commits] r1357 - pkg/quantstrat/demo

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Jan 15 14:42:04 CET 2013


Author: braverock
Date: 2013-01-15 14:42:04 +0100 (Tue, 15 Jan 2013)
New Revision: 1357

Modified:
   pkg/quantstrat/demo/maCross.R
Log:
- don't remove initDate

Modified: pkg/quantstrat/demo/maCross.R
===================================================================
--- pkg/quantstrat/demo/maCross.R	2013-01-15 13:11:18 UTC (rev 1356)
+++ pkg/quantstrat/demo/maCross.R	2013-01-15 13:42:04 UTC (rev 1357)
@@ -13,7 +13,7 @@
 
 suppressWarnings(rm("order_book.macross",pos=.strategy))
 suppressWarnings(rm("account.macross","portfolio.macross",pos=.blotter))
-suppressWarnings(rm("account.st","portfolio.st","stock.str","stratMACROSS","initDate","initEq",'start_t','end_t'))
+suppressWarnings(rm("account.st","portfolio.st","stock.str","stratMACROSS",'start_t','end_t'))
 
 
 stock.str='AAPL' # what are we trying it on



More information about the Blotter-commits mailing list