Root causes
- A script requests too many distinct symbol, timeframe, modifier, expression, or scope combinations.
- Library-scoped requests add unique calls even when similar requests exist in the main script.
- The script treats repeated data needs as separate requests instead of reusing one result or tuple.