Assuming your list was produced by an Explore then why not ... Filter = BarIndex() >= LastValue(BarIndex()) - 2;
--- In [email protected], "mahest72" <[EMAIL PROTECTED]> wrote: > > hi, > > how to get list of open high low close of today yesterday and day > before yesterday in single list. i know for current day. alternative > is keep changing date and then re arrange. is there any way to get for > last 3days > > regards > mahesh >
