Hi Robi,
I am trying to run sample VB program. The start and end time on esignal.RequestHistory does not seem to work.
for axample:
lHistoryHandle = esignal.RequestHistory(sSymbol, sInterval, bt, nNumBars, 570, 600)
command supposed to give me between 9:30 and 10:00 but it is always giving me the latest bar at the current time.
Thanks - Umit
I am trying to run sample VB program. The start and end time on esignal.RequestHistory does not seem to work.
for axample:
lHistoryHandle = esignal.RequestHistory(sSymbol, sInterval, bt, nNumBars, 570, 600)
command supposed to give me between 9:30 and 10:00 but it is always giving me the latest bar at the current time.
Thanks - Umit
Comment