Operate automated dashboard sync

realtime-dashboard-automationskillsetup L20
AungMinThu1722/realtime-swingpoint-scanner
What it does

Operate and sync live trading dashboard with automated market scanner

Best for

Continuously monitoring forex swing-point signals on a public dashboard, pushing alerts to Notion, and refreshing data every 15 minutes without manual intervention

Inputs
  • · GitHub Action PAT token (optional, has fallback)
  • · Gist ID (9d1d74c2c9b868f2c6c0653b43c344dc)
  • · tvDatafeed connection
Outputs
  • · updated GitHub Gist with signal data
  • · Vercel-hosted dashboard HTML
  • · Notion sync (optional, --timeframe argument)
Requires
  • · GitHub Gist API
  • · tvDatafeed (TradingView market data)
  • · Notion API (for sync_to_notion.py)
  • · Vercel (hosting frontend)
Preconditions

ICT forex rules ported into scanner logic; Gist must be public; GitHub PAT or fallback auth configured; tvDatafeed connection active

Failure modes

Gist ID mismatch returns 404; tvDatafeed connection drops silently; Notion sync requires separate auth setup; GitHub Actions fails if PAT expired

Trust signals
  • · Commands show manual fallback options (force update without GitHub Action)
  • · Explicit Gist ID and URL provided (verifiable public gist)
  • · PAT fallback documented ('no secret needed' for Actions)
  • · Originates from forex-chart-scan ICT logic (lineage documented)