PureBytes Links
Trading Reference Links
|
Thanks for the suggestion!
Unfortunately, the intraday data is not always the same as the daily settlement
prices. Particularly the closes. That's why I'm looking for a DLL. Nor do I
want to open a daily chart or daily data stream and use a global due to other
coding constraints.
alexander
--- Gary Fritz <fritz@xxxxxxxx> wrote:
> > I'm looking for a DLL that runs in an indicator on an intraday
> > chart that will pull the previous day's open, high, low and close
> > from the global server daily data for the same symbol as the
> > intraday chart. I know I can derive the daily OHLC from the
> > intraday data but often the intraday data does not exactly match
> > the daily settlement prices as stored in the daily data.
>
> Why not just use OpenD/HighD/LowD/CloseD ? They derive their values
> from the *intraday* data, not the daily data.
>
> Gary
>
|