When I run the sample project "TsSample Project", I get the following error:
Run-time error '-2147023898 (800703e6)':
Method 'GetTimeSalesBar' of object 'IHooks'failed
The error is at this line:
item = esignal.GetTimeSalesBar(lTsHandle, lBar)
The error still exist even when I take out other lines in FillTS() Sub and changed to the following:
item = esignal.GetTimeSalesBar(lTsHandle, 0)
I have no problem with the "vb sample" requestion basic quotes and historical data.
Thanks
Run-time error '-2147023898 (800703e6)':
Method 'GetTimeSalesBar' of object 'IHooks'failed
The error is at this line:
item = esignal.GetTimeSalesBar(lTsHandle, lBar)
The error still exist even when I take out other lines in FillTS() Sub and changed to the following:
item = esignal.GetTimeSalesBar(lTsHandle, 0)
I have no problem with the "vb sample" requestion basic quotes and historical data.
Thanks
Comment