Displaying 1 result from an estimated 1 matches for "quanstrat".
Did you mean:
quantstrat
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 someone tell me what is wrong with code:
require(quantstrat)
require(blotter)
requi...