To make my software interface better with the API I need a better understand of how the API limits actually work. I have the eSignal 200 symbol subscription and use NASDAQ stock symbols and CBT mini symbols. Can you please answer the questions below.
1) Is the API limit based on symbols or Handles?
2) How many open handles can we have?
3) If the limit is based on symbols, and I make 5 real-time RequestHistory for 1 symbol using all different time frames such as 1min, 5min etc. Does that count as 1 symbol or 5 symbols against the limit?
4) How many symbols can we activate using RequestTimeSales?
5) How many symbols can we activate using real-time RequestHistory?
6) Do the RequestTimeSales and real-time RequestHistory have different limits or is the limit cumulative?
7) I open my charts in groups like an eSignal layout. If I for-loop through more RequestHistory than the limit before I can release any handles what happens to the limit +1 requests?
Thanks for looking
Patrick
1) Is the API limit based on symbols or Handles?
2) How many open handles can we have?
3) If the limit is based on symbols, and I make 5 real-time RequestHistory for 1 symbol using all different time frames such as 1min, 5min etc. Does that count as 1 symbol or 5 symbols against the limit?
4) How many symbols can we activate using RequestTimeSales?
5) How many symbols can we activate using real-time RequestHistory?
6) Do the RequestTimeSales and real-time RequestHistory have different limits or is the limit cumulative?
7) I open my charts in groups like an eSignal layout. If I for-loop through more RequestHistory than the limit before I can release any handles what happens to the limit +1 requests?
Thanks for looking
Patrick
Comment