PureBytes Links
Trading Reference Links
|
Wouldn't it be possible to plot two data streams - an
intraday stream and a daily stream - this way the
number of bars back is limited by MaxBarsBack setting?
--- Gary Fritz <fritz@xxxxxxxx> wrote:
> > > No, you can refer up to 50 days back.
> >
> > I looked at the code of the OHLCPeriodsAgo
> function,
> > it doesn't look very hard to tweak the 50 number
> to
> > something larger or smaller. Has anyone tried?
>
> I wasn't referring to the OHLC DLL. He asked about
> the HighD()/etc
> functions. Those use a 50-element array and are
> coded to handle up
> to 50 days of history. It would be very simple to
> modify them to
> handle more.
>
> Gary
>
|