Register the market internals symbols - #33
Merged
Merged
Conversation
…vance/decline counts Four yfinance ETFs on the equities task and four TradingView series (USI:ADVQ / DECLQ for the Nasdaq, USI:ADV / DECL for the NYSE, each with a 2026-09-16 anchor) for cot-analyzer's /internals page. DECQ and ADVN do not resolve; the notes say so. IBIT sits under its own 'Crypto ETF' class because 'Crypto' maps to the futures domain. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/internalspage. Ordinary yfinance symbols on the 17:30 task; pulling this onto the box is the seeding step (never seed on the Mac, the mirror purges it). IBIT goes under a newCrypto ETFclass sinceCryptomaps to the futures domain.seriesentries for advancing / declining issue counts:NASDAQ_ADV(USI:ADVQ),NASDAQ_DEC(USI:DECLQ),NYSE_ADV(USI:ADV),NYSE_DEC(USI:DECL), each with a 2026-09-16 close as its anchor. Verified through the connector today:DECQandADVNdo not resolve, and the notes record it. The box's routine iterates registry series symbols, so nothing else is needed for the nightly pull; acount=5000backfill is the usual first session.Test plan
test_series_domainstill holds (the series count floor is>= 11).🤖 Generated with Claude Code