read.markets/config/portfolio.toml

19 lines
919 B
TOML
Raw Normal View History

# Portfolio config — optional user-specific overrides on top of default.toml.
#
# As of v0.2 the portfolio composition (the "pie") is sourced live from the
# Trading 212 /equity/portfolio endpoint, not from this file. The portfolio_job
# also calls /equity/metadata/instruments to attach human-readable names. Once
# portfolio_job has run, the dashboard's Portfolio panel shows the live
# composition and the news_job uses those tickers for per-ticker headlines.
#
# This file is still loaded — anything you add here overlays default.toml.
# Use it for:
# - extra indicator groups (e.g. a "crypto" or "watchlist" group):
# [groups]
# crypto = [
# {symbol="BTC-USD", label="Bitcoin", note=""},
# {symbol="ETH-USD", label="Ethereum", note=""},
# ]
# - replacing universal groups from default.toml (same key wins)
# - adding portfolio-specific RSS feeds or keyword presets