Somebody please tell me how to capture the closing price of the first bar of the day (using minute resolution) and remember that price all day, then replace it with the closing price of the first bar for each successive day. data[symbol].Close will capture it, but that gets replaced with each successive bar of the day. There has to be a way of doing it (simple way would be better :), but I haven't found it. Help please, and thank you.

Author