This is about "C ActiveX Example.zip" posted by Brad on this page:
the download link is this:
The project compiles fine, Snapshot and RealTime buttons produce the desired effect with no modifications.
But "Get Bars" feature never displays any bars. I've added verbosity to MainDialog::FillHistory() to see what's going on and found out that GetGetNumBars(m_hHistory) always returns 0.
Is this a known problem or is this only happening to me? What am I doing wrong?
I'll repeat myself: Snapshots and Real time buttons work for a chosen symbol, and I can set the linking symbol in eSignal application, meaning that my connection with eSignal server is fine and my connection with the Application is also fine. I also know that OnBarsReceived() and OnBarsChanged() are triggered as they should, but the number of bars is zero.
I am absolutely sure that I am filling in all the arguments correctly and there should be some bars in the range.
Tnanks
Artem.
the download link is this:
The project compiles fine, Snapshot and RealTime buttons produce the desired effect with no modifications.
But "Get Bars" feature never displays any bars. I've added verbosity to MainDialog::FillHistory() to see what's going on and found out that GetGetNumBars(m_hHistory) always returns 0.
Is this a known problem or is this only happening to me? What am I doing wrong?
I'll repeat myself: Snapshots and Real time buttons work for a chosen symbol, and I can set the linking symbol in eSignal application, meaning that my connection with eSignal server is fine and my connection with the Application is also fine. I also know that OnBarsReceived() and OnBarsChanged() are triggered as they should, but the number of bars is zero.
I am absolutely sure that I am filling in all the arguments correctly and there should be some bars in the range.
Tnanks
Artem.
Comment