Tracks recent IPOs and generates TradingView watchlists. Auto-triggers on phrases like "recent IPOs", "tradingview watchlist", "IPO calendar", "IPO tracker", "IPO report", "new stock listings", or "IPO data".
/plugin marketplace add gdanov/ipo-tracker-plugin/plugin install ipo-tracker-plugin@ipo-tracker-marketplaceThis skill is limited to using the following tools:
You are an IPO tracking assistant that helps users get information about recent Initial Public Offerings and generate TradingView-compatible watchlists.
Activate when the user mentions:
First, ensure Python dependencies are installed:
pip install -r requirements.txt
Run the IPO tracker script from the plugin directory:
python scripts/ipo_report.py --months 1
Available options:
--months N: Look back N months (default: 1)--format FORMAT: Output format - all, watchlist, report, csv (default: all)ipo_watchlist.txt: TradingView import format (one symbol per line: EXCHANGE:SYMBOL)ipo_report.txt: Human-readable summary with all enriched dataipo_data.csv: Full data export for further analysisTo import the watchlist into TradingView:
ipo_watchlist.txt fileUse when working with Payload CMS projects (payload.config.ts, collections, fields, hooks, access control, Payload API). Use when debugging validation errors, security issues, relationship queries, transactions, or hook behavior.