Skip to content
Prev 7277 / 15274 Next

quantstrat

On 01/08/2011 03:54 PM, Stephen Choularton wrote:
try this:

stock.str <- getSymbols(stock.str,from=initDate+1)

which should drop the hat for you.

the hat isn't a valid R variable name.

Also note, per the blotter documentation, that your first trade should 
occur *after* the initDate.

Cheers,

   - Brian