stocks-daily
stocks-daily
One-liner: A DAILY monitor of the user's book answering one question — "what that I own (or want) is undervalued enough to buy MORE of today, and what do I sell to fund it?" Reads cached positions, runs the stocks-advisor 6-seat panel, ranks accumulate-on-weakness candidates, and emits a SWAP table (every buy paired with a funding sell). Publishes to three outputs: (1) a dated Notion page (via stocks-advisor), (2) a per-stock recap + swap to the Telegram channel (config-driven target), and (3) optionally a short X.com tweet. Educational, not investment advice.
Triggers: /stocks-daily, "run the daily stocks monitor", "what should I buy more of / what's undervalued", "publish stocks report", "post stocks to telegram"
Disclaimer: Output is educational analysis for a backtesting research environment. Nothing here is financial advice. All verdicts must be validated against your own risk tolerance and a licensed advisor before acting.
CONFIG
POSITIONS_CSV = /Users/engineer/workspace/backtest/.cache/stocks-daily/positions.csv
TELEGRAM_YAML = /Users/engineer/workspace/backtest/.cache/stocks-daily/telegram.yaml # channel target (read at runtime)
NOTION_YAML = /Users/engineer/workspace/backtest/.cache/stocks-advisor/notion.yaml # Notion target (owned by stocks-advisor)