Hi,
I am using ActiveX API and decided to check the example programs to check the functionality and the usage as well.
I was able to pull the history data with no problems; however,
the TimeSalesdata does not work. I am getting no data data
at all.
For lBar = lDiff + 1 To 0
item = esignal.GetTimeSalesBar(tsHandle, lBar)
.......
Next lBar
The for loop is skipping and not pulling any data. And this is strictly from the example code. My question is do these examples work? Other times i am getting IHOOk problem.
My environment is windows 2000 incase the operating makes a difference.
Thanks,
Ahmed.
I am using ActiveX API and decided to check the example programs to check the functionality and the usage as well.
I was able to pull the history data with no problems; however,
the TimeSalesdata does not work. I am getting no data data
at all.
For lBar = lDiff + 1 To 0
item = esignal.GetTimeSalesBar(tsHandle, lBar)
.......
Next lBar
The for loop is skipping and not pulling any data. And this is strictly from the example code. My question is do these examples work? Other times i am getting IHOOk problem.
My environment is windows 2000 incase the operating makes a difference.
Thanks,
Ahmed.
Comment