Skip to content
Prev 10451 / 15274 Next

adapting quantstrat/demo/luxor code

Yes, omitting the Prices parameter doesn't the trick. I can use

col_names = c('Open','High','Low','Close','Volume')

instead of:
colnames(data.xts) <-
c('AUDUSD.Open','AUDUSD.High','AUDUSD.Low','AUDUSD.Close','AUDUSD.Volume')

Thank you!
On Sun, Jul 1, 2012 at 11:51 PM, OpenTrades <jan at opentrades.nl> wrote: