Displaying 3 results from an estimated 3 matches for "applystrategi".
Did you mean:
applystrategy
2011 Nov 15
0
Quantstrat; error with applyStrategy()
I'm testing out quantstrat using a simple one-indicator strategy.
The error I get after applyStrategy(...) is
Error in .xts(e, .index(e1), .indexCLASS = indexClass(e1), .indexFORMAT = indexFormat(e1), :
index length must match number of observations
In addition: Warning messages:
1: In match.names(column, colnames(data)) :
all columns not located in roc_15 for STOXX.Open STOXX.High
2010 Jul 30
2
finding a function or a line while debugging?
guRus
Is there a way by which I can search for a particular function or a
particular line of code within the maze of all the R codes that are
interlinked? Say for instance I am running a code using quantstrat package
and on a particular line I get the error saying x is missing in is.array(x).
I want to figure out where is.array is in all the codes that my code refers
to? How do I do this? Is
2011 Aug 31
0
QUANSTRAT: error with applySignal
hi everyone,
I want to backtest a simple strategy with RSI, im using "sigThreshold".
i took example from the http://blog.fosstrading.com/ site to understand how
quanstrat works.
but now, i have a problem with my code that i really don't understand, R
says me:
Error in match.names(column, colnames(data)) :
argument "column" is missing, with no default
please can