IB's DDE Excel Syntax question

I solved the problem by using the following method.

Instead of using a new sheet each time, I will start using the same sheet day after day, and at the end of each day, at 22.00 Central European Time (16.00 EST), I tell the sheet that today's high and low will have to be copied onto yesterday's high and low cells. In order to have a cell saying "today's 22.00" without having to change that cell's date each day, I used this (it seems to work):

=TODAY()+0.9167
 
Back
Top