Questions:
1. I am getting a number of unwanted or unrecorded int handles in OnBarsChanged() even before calling RequestHistory(...). What's happening? I did call ReleaseAllHistory() to cleanup.
2. The int handles that esignal dishes out is incremental even when ReleaseHistory(handle) is called. This must be an internal counter in esignal. What happens when this counter reaches the max allowable number for the 32-bit integer? Reboot esignal?
3. I am tracking using the desktop api and DDE. My esignal account allows me to a limit of 200 symbols. Will the same symbol monitored in DDE and the api be counted as 1 single symbol or 2? I received a message from the data manager that I have exceeded the max allowable symbol for my account but I was only tracking about 50 symbols.
Pls advice. thanks
1. I am getting a number of unwanted or unrecorded int handles in OnBarsChanged() even before calling RequestHistory(...). What's happening? I did call ReleaseAllHistory() to cleanup.
2. The int handles that esignal dishes out is incremental even when ReleaseHistory(handle) is called. This must be an internal counter in esignal. What happens when this counter reaches the max allowable number for the 32-bit integer? Reboot esignal?
3. I am tracking using the desktop api and DDE. My esignal account allows me to a limit of 200 symbols. Will the same symbol monitored in DDE and the api be counted as 1 single symbol or 2? I received a message from the data manager that I have exceeded the max allowable symbol for my account but I was only tracking about 50 symbols.
Pls advice. thanks
Comment