I am a VB programmer and made a simple program that simply write intraday data to a txt file.
The problem is that data returned by GetBar function does not contain the TIME filed because the dtTime fiels only contains DATE value.
Is it possible to associate a time to an intraday bar received with RequestHistory function?
Thanks
The problem is that data returned by GetBar function does not contain the TIME filed because the dtTime fiels only contains DATE value.
Is it possible to associate a time to an intraday bar received with RequestHistory function?
Thanks
Comment