[Blotter-commits] r1265 - pkg/quantstrat/demo
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Nov 24 22:34:43 CET 2012
Author: opentrades
Date: 2012-11-24 22:34:43 +0100 (Sat, 24 Nov 2012)
New Revision: 1265
Modified:
pkg/quantstrat/demo/luxor.exits.R
Log:
fixed bug to source('luxor.strategy.R') io luxor.basic.R
Modified: pkg/quantstrat/demo/luxor.exits.R
===================================================================
--- pkg/quantstrat/demo/luxor.exits.R 2012-11-24 20:45:07 UTC (rev 1264)
+++ pkg/quantstrat/demo/luxor.exits.R 2012-11-24 21:34:43 UTC (rev 1265)
@@ -2,7 +2,7 @@
require(quantstrat)
-source('luxor.basic.R')
+source('luxor.strategy.R')
.FastSMA = (1:20)
.SlowSMA = (30:80)
More information about the Blotter-commits
mailing list