Skip to content
Prev 2599 / 15274 Next

Hourly quotations from 1 minutes quotations.

Hi Pierre8r,

Your script does not assign the output from to.minutes5() and
to.hourly() to q5mns and qHourly.  Try this:

q5mns <- to.minutes5(q1mn)
qHourly <- to.hourly(q1mn)

barChart(q1mn,TA=NULL)
barChart(q5mns,TA=NULL)
barChart(qHourly,TA=NULL)

Best,
Josh

--
http://quantemplation.blogspot.com
On Mon, Jun 30, 2008 at 3:12 PM, <pierre8r-list at yahoo.fr> wrote: