I'm running into a strange problem. I am experimenting with the RequestHistory stuff. If I ask for 100 bars of 1 minute data, I get what I expect. If I change the interval to "T" or "1T", I would expect 100 ticks of data, but the number of bars being returned is huge! (40,000 + for MSFT).
Here is the call I am making (C# after tlbimp)
this.m_historyHandle = this.m_esignal.get_RequestHistory( "MSFT", "T", IEsignal.barType.btBars, 100, -1, -1 );
Any thoughts?
Here is the call I am making (C# after tlbimp)
this.m_historyHandle = this.m_esignal.get_RequestHistory( "MSFT", "T", IEsignal.barType.btBars, 100, -1, -1 );
Any thoughts?
Comment