Skip to content
Hussh
Connect MCP

1024bets ETF — Workbook Generator V0 X

Python script that generates a 1024bets ETF candidate workbook (.xlsx) using openpyxl. Reference-only v0.X: composite scoring + AKQJ tier columns, sorted by score. Run locally to produce the workbook.

Code artifact

TL;DR: Python script that generates a 1024bets ETF candidate workbook (.xlsx) using openpyxl. Reference-only v0.X: composite scoring + AKQJ tier columns, sorted by score. Run locally to produce the workbook.

Summary

Python script that generates a 1024bets ETF candidate workbook (.xlsx) using openpyxl. Reference-only v0.X: composite scoring + AKQJ tier columns, sorted by score. Run locally to produce the workbook. Status as of 2026-05-27: public reference artifact.

1024bets-etf-workbook-generator-v0-x.pypython · 83 lines
"""
1024bets ETF Workbook Generator (v0.X reference)

Generates an XLSX workbook containing the 1024bets ETF candidate universe with
composite scores. Reference-only — wraps the 1024bets-etf composite scoring
function and emits a workbook with columns for the AB27 triple filter, the
options-eligibility sub-score, and the resulting AKQJ tier.

Run locally:  python 1024bets_workbook_generator.py [out.xlsx]
Default output: 1024bets_candidates.xlsx in the current directory.

Full artifact

Stored in Google Drive (husshtech): view · download.

Cross-referenced from

Drive shortcuts pointing back to this artifact live in:

  • husshtech / wiki/concepts/alpha-bets-27/code/1024bets-etf-workbook-generator-v0-x.py (open) — relates to Alpha Bets 27
  • husshtech / wiki/concepts/aces-kings-queens-jacks/code/1024bets-etf-workbook-generator-v0-x.py (open) — relates to Aces / Kings / Queens / Jacks

Relations

Sources

  • Internal Hussh source note - 1024bets etf workbook generator v0 x code artifact synthesis and public wiki publication context.