I've got several questions. I'm just starting with this and haven't stumbled on the right combination to make the api work in Delphi. I've tried it on Delphi 4 and I was able to connect and verify that I was entitled. I could get quotes but my events didn't work.
I tried to get it to work in Delphi 2005 and I was able to get the activex control to appear in the Samples controls (I wasn't able to do that in (Delphi 4). I thought I was home free because now I could create the events from the events tab. They never fire off though. I can step through the tlb and see that the events are occuring but the FOnevent is never assigned. Not sure what I'm doing wrong. I've never tried to register an active x control before...
Last I tried to use the esignal examples and write a basic program in VB. My question here is when I request historical data for 200 days it returns 140+ bars. When I request historical data for 500 days it returns 300 and something. Why doesn't it return the number of days I asked for?
Thanks much for any clues...
Alan
I tried to get it to work in Delphi 2005 and I was able to get the activex control to appear in the Samples controls (I wasn't able to do that in (Delphi 4). I thought I was home free because now I could create the events from the events tab. They never fire off though. I can step through the tlb and see that the events are occuring but the FOnevent is never assigned. Not sure what I'm doing wrong. I've never tried to register an active x control before...
Last I tried to use the esignal examples and write a basic program in VB. My question here is when I request historical data for 200 days it returns 140+ bars. When I request historical data for 500 days it returns 300 and something. Why doesn't it return the number of days I asked for?
Thanks much for any clues...
Alan
Comment