Subset a list using various conditions
I have a list of daily moving averages computed from 5-minute data. Although I'm able to successfully create this list, I can't seem to figure out how to locate in thelist when certain conditions are met and to then create a new data table containing the :Date when these conditions are met. The following code grabs the dates corresponding to each record in the ma_list, not just those correspondi...