Skip to content

Switch project templates off Daily resolution#2410

Merged
AlexCatarino merged 1 commit into
QuantConnect:masterfrom
AlexCatarino:fix-templates-minute-resolution
May 13, 2026
Merged

Switch project templates off Daily resolution#2410
AlexCatarino merged 1 commit into
QuantConnect:masterfrom
AlexCatarino:fix-templates-minute-resolution

Conversation

@AlexCatarino
Copy link
Copy Markdown
Member

Summary

  • Drop Resolution.DAILY from add_equity / AddEquity in the Python ai template and both Python and C# common research notebooks; Minute is the default.
  • Set UniverseSettings.Resolution = Resolution.Minute on the equities-universe templates to match the explicit style used by the alt-data universe templates.
  • Indicator constructors, indicator history, warm-up calls, and alt-data feeds (Smart Insider, Quiver, Brain, EODHD, CoinGecko, FRED, BitcoinMetadata, Bitstamp custom data) keep their Daily resolution.

Test plan

  • Backtest the ai template to confirm SPY trades on Minute data while the daily-based ROC training history still works.
  • Run the equities-universe templates and confirm selected symbols subscribe at Minute resolution.
  • Open both common research notebooks and verify the AddEquity / add_equity calls return Minute-resolution history.

- Drop Resolution.DAILY from add_equity / AddEquity in python ai template and both common research notebooks (Minute is the default).
- Set UniverseSettings.Resolution = Resolution.Minute on the equities-universe templates to match the explicit style used by the alt-data universe templates.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@AlexCatarino AlexCatarino merged commit c9c393a into QuantConnect:master May 13, 2026
1 check passed
@AlexCatarino AlexCatarino deleted the fix-templates-minute-resolution branch May 13, 2026 23:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant