Hi,
I have a problem. I'm using a real-time data provider for stock data. That is not the problem. The excel sheet effectively can give a time to one cell and a price quote to another cell. This updates in real time. What I would like to do is produce and a sheet of price data throughout the day as follows:
Time High Low
9:00 1523 1517
9:05 1527 1520
9:10 1525 1523
So between 9:00 and 9:05 the high and low would update depending on the real time quote for that time period. The sheet would update for each 5 minute period. My problem is how to achieve this. I do have VBA experience so if that is the way to go it would be ok. I managed to get a high and a low for a time period only by changing the calculation mode to iterative and limiting to 1 iteration.
Can anyone think of how to solve my problem? I can explain more if things aren't clear.
Bookmarks