Support Board
Date/Time: Tue, 25 Feb 2025 17:09:34 +0000
Post From: Understanding the 30,000 historical limit
[2021-04-16 10:50:17] |
User735389 - Posts: 189 |
I've built something that rotates through ~2000 stocks once a day. I've been testing it so i've run into the 30,000 request limit today. I think i need better understand of this limitation before continuing. 1. Is the limit once a day, or once a month? The documentation refers to both (Sierra Chart Historical Data Service) 2. I have a chartbook with 4 charts. 1 month bar, 1 week bar, 2 daily bars. When i open the chartbook, is this considered 1 request, 3 requests, 4 requests? 3. If i call sc.StartDownloadHistoricalData on all 4 charts at the same time (in one interval), is this considered one request, or multiple requests? 4. Does this same limit exist if i'm connected to SC Real time feed? |