I haven't tried, but you could probably do something like this:

Dates = DateTimeConvert(2, DateNum());

for (i = ...) {
  x = Dates[i];
  ...
}

Mike

--- In [email protected], "bradjeng" <b...@...> wrote:
>
> In a for loop
> I can get bar's Close by Close[i],
> bar's High by High[i].
> 
> How could I get Bar's Datetime ?
>


Reply via email to