[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-83452":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":13,"openIssues":14,"contributorsCount":14,"subscribersCount":14,"size":14,"stars1d":14,"stars7d":14,"stars30d":14,"stars90d":14,"forks30d":14,"starsTrendScore":14,"compositeScore":15,"rankGlobal":10,"rankLanguage":10,"license":16,"archived":17,"fork":17,"defaultBranch":18,"hasWiki":19,"hasPages":17,"topics":20,"createdAt":10,"pushedAt":10,"updatedAt":21,"readmeContent":22,"aiSummary":10,"trendingCount":14,"starSnapshotCount":14,"syncStatus":23,"lastSyncTime":24,"discoverSource":25},83452,"Quant-watch","wk140320\u002FQuant-watch","wk140320","Focus on  Australia,US and CN Stock, just analyst","",null,"JavaScript",51,1,0,0.9,"MIT License",false,"main",true,[],"2026-06-12 02:04:34","# Global Quant Watch\n\nA local, read-only multi-market equity analysis dashboard for ASX, US stocks, and China A-shares.\n\nIt combines real market data providers, technical indicators, macro\u002Fnews signals, portfolio-aware risk rules, prediction learning, and paper-trading agents. The app does **not** place real trades.\n\n## Important Disclaimer\n\nThis project is for research and personal analysis only. It is not financial advice, investment advice, or a trading system. Market data can be delayed, incomplete, rate-limited, or unavailable. Always verify signals with licensed market data and professional risk controls before making financial decisions.\n\n## Features\n\n- ASX, US, and China A-share watchlists with market isolation.\n- Real-data-only market adapter flow. The app refuses simulated candles.\n- Technical analysis including candles, volume, MACD, RSI, trend, momentum, and risk scores.\n- News and macro signal aggregation from configured providers plus free fallbacks where available.\n- Portfolio-aware alerts, stop-loss checks, position sizing, and cash reserve rules.\n- Prediction sample tracking with hit-rate buckets, failure penalties, confidence calibration, and learning visibility.\n- Paper-trading agents that preserve strategy memory across reset cycles.\n- Local snapshots for off-hours or provider outage fallback.\n\n## Requirements\n\n- Node.js 20 or newer.\n- Optional API keys for richer market\u002Fnews\u002FAI coverage.\n\nNo npm dependencies are required.\n\n## Quick Start\n\n```bash\ncp .env.example .env.local\nnpm start\n```\n\nThen open:\n\n```text\nhttp:\u002F\u002F127.0.0.1:8787\n```\n\nIf `npm` is unavailable, run directly:\n\n```bash\nnode server.mjs\n```\n\n## Configuration\n\nLocal secrets go in `.env.local`. This file is ignored by git.\n\nStart from:\n\n```bash\ncp .env.example .env.local\n```\n\nCommon optional keys:\n\n```bash\nEODHD_API_KEY=\nTWELVEDATA_API_KEY=\nALPHAVANTAGE_API_KEY=\nNEWSAPI_KEY=\nNEWSDATA_API_KEY=\nTHENEWSAPI_KEY=\nTIANAPI_KEY=\nX_BEARER_TOKEN=\nYOUTUBE_API_KEY=\nOPENAI_API_KEY=\n```\n\nOpenAI analysis is disabled by default. To enable it:\n\n```bash\nENABLE_OPENAI_ANALYSIS=true\nOPENAI_API_KEY=your_key_here\n```\n\n## Data Behavior\n\n- The app only uses real market data returned by providers or previously saved real snapshots.\n- `.cache\u002F` stores local snapshots and prediction samples. It is ignored by git because it may contain personal watchlists, portfolio data, and analysis history.\n- If only one real provider is available, the app can degrade to that real source and reduce confidence.\n- If no real provider or saved real snapshot is available, the app should report a provider failure rather than fabricate prices.\n\n## Useful Commands\n\n```bash\nnpm run check\nnpm run check:providers\n```\n\n`check:providers` reads `.env.local` and redacts provider responses before printing.\n\n## Project Structure\n\n```text\nindex.html                Browser UI\nstyles.css                App styling\napp.js                    Frontend state, charts, alerts, UI rendering\nserver.mjs                Local HTTP server, providers, analysis, calibration\ntools\u002Fcheck-providers.mjs Provider smoke test helper\n.env.example              Safe environment template\n```\n\n## Privacy And Secrets\n\nBefore publishing, make sure these are not committed:\n\n- `.env.local`\n- `.env`\n- `.cache\u002F`\n- screenshots or CSVs containing holdings\n- broker exports\n- personal logs\n\nThe repository includes `.gitignore` rules for these paths.\n\n## License\n\nMIT\n",2,"2026-06-11 04:11:14","CREATED_QUERY"]