I am trying to run an explore to find the first and last dates
that I have data for all the symbols in my eod database. I have struggled with
it quite a bit. How would you suggest I should go about solving this problem.
TIA
d = DateNum();
LastDataDate = ValueWhen(LastValue(BarIndex()), d);
AddColumn(LastDataDate, "LastDataDate", formatDateTime );
Filter = 1;