Skip to content

Fold global ETF confidence gate into default profile#49

Merged
Pigbibi merged 1 commit into
mainfrom
chore/global-etf-confidence-alias
May 10, 2026
Merged

Fold global ETF confidence gate into default profile#49
Pigbibi merged 1 commit into
mainfrom
chore/global-etf-confidence-alias

Conversation

@Pigbibi
Copy link
Copy Markdown
Contributor

@Pigbibi Pigbibi commented May 10, 2026

Summary

  • make global_etf_rotation the canonical SMA250 confidence/volatility-gated runtime profile
  • retain global_etf_confidence_vol_gate as a legacy alias instead of a separate runtime-enabled profile
  • pin QuantPlatformKit to the runtime-target JSON contract commit

Tests

  • PYTHONPATH=src:../QuantPlatformKit/src .venv/bin/python -m pytest tests/test_catalog.py tests/test_entrypoints.py -q

@Pigbibi Pigbibi merged commit 53911cb into main May 10, 2026
1 check passed
@Pigbibi Pigbibi deleted the chore/global-etf-confidence-alias branch May 10, 2026 07:11
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 4497ab0435

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines 7 to 11
MIN_RECOMMENDED_EQUITY_USD: dict[str, float] = {
"global_etf_rotation": 3_000.0,
"global_etf_confidence_vol_gate": 3_000.0,
"tqqq_growth_income": 500.0,
"soxl_soxx_trend_income": 1_000.0,
"russell_1000_multi_factor_defensive": 30_000.0,
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Preserve account-size warnings for legacy ETF alias

Add the legacy alias back to the minimum-equity lookup (or resolve aliases before lookup), because removing it makes build_account_size_diagnostics("global_etf_confidence_vol_gate", ...) return {} instead of the expected 3000 USD threshold. In any integration path that still passes the documented legacy profile name, small-account warnings are silently dropped even though this alias is supposed to behave the same as global_etf_rotation.

Useful? React with 👍 / 👎.

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