Does anyone know how to record live data into a spreadsheet as it streams in? I have the DDE link setup and also a clock macro, but have yet to figure out how to have the sheet record the price, drop down and then record the next price so on and so forth creating a list of historical prices down a column. Basically this would be like a live chart within the sheet that automatically updates the data based on a time increment. Same thing as the live charts you get with your broker, but in a spreadsheet.
Have everything working and can manually update the price to see the system work, but need it update and record the data automatically if possible.
example: Starting with a DDE link streaming "Last" price the sheet would record the price at say, 1 minute time intervals. As the first minute passes the price at that time is recorded in cell "A1". As the second minute passes, the price at that time is recorded in cell "A2". The next minute price in cell "A3" creating a live updating list down the column as time moves forward.
Seems there would be a way to do this, but might be something that has to done programatically, in which case I would have to find someone to do so as I am ignorant when it comes to programming.
Any help would be greatly appreciated,
J.
Have everything working and can manually update the price to see the system work, but need it update and record the data automatically if possible.
example: Starting with a DDE link streaming "Last" price the sheet would record the price at say, 1 minute time intervals. As the first minute passes the price at that time is recorded in cell "A1". As the second minute passes, the price at that time is recorded in cell "A2". The next minute price in cell "A3" creating a live updating list down the column as time moves forward.
Seems there would be a way to do this, but might be something that has to done programatically, in which case I would have to find someone to do so as I am ignorant when it comes to programming.
Any help would be greatly appreciated,
J.