[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Looking for a custom DLL



PureBytes Links

Trading Reference Links

Good morning!

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. I am running TS5 and
TS6. Something in the line of: GetDailyData(C,1) where the first parameter
specifies OHLC and the second parameter specifies the number of bars back.

Does anyone have such a DLL available or know where I can find one or someone
that can write one for me? 

Thanks