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

Re: Looking for a custom DLL



PureBytes Links

Trading Reference Links

> 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.

You don't need a DLL. Just insert the daily data on the chart as Data2.

op = open data2;
plot1(op,"")

-- 
  Dennis