Seems there is a some kind of a bug - I could not get today's candle data at pre-open hours for traded stocks such as MSFT, JNPR etc even if I specify the whole day (start and end time are set to 0)
i.e. RequestHistory('MSFT', 'D', btBARS, 1, 0, 0) returns yesterday data.
But I am able to get such data at pre-open for some other stocks however, such as QQQ today, no matter what period is set: 0 or -1.
i.e. RequestHistory('QQQ', 'D', btBARS, 1, -1, -1) returns today's data.
I suppose there is something connected to local cache - is there is any way to reset it? seems even complete eSignal restart would not help...
BR Harry.
i.e. RequestHistory('MSFT', 'D', btBARS, 1, 0, 0) returns yesterday data.
But I am able to get such data at pre-open for some other stocks however, such as QQQ today, no matter what period is set: 0 or -1.
i.e. RequestHistory('QQQ', 'D', btBARS, 1, -1, -1) returns today's data.
I suppose there is something connected to local cache - is there is any way to reset it? seems even complete eSignal restart would not help...
BR Harry.
Comment