gammanexus/server
isnowglobal-admin 3d8968e593 feat: Tanuki gamma levels (ORATS-backed), custom ticker CRUD, futures levels
- Add ORATS-backed Tanuki 5-level gamma profiles (C1, cTrans, HVL, pTrans, P1 + extended)
- Derive regime classification from GEX strike data (no Tanuki API required)
- /api/tanuki/:symbol falls back to ORATS when Tanuki not configured
- /api/tanuki multi-symbol endpoint for comparison view
- Dynamic symbol selector pulls all registered tickers from /api/symbols
- Custom ticker CRUD: POST/DELETE /api/symbols (persisted in PostgreSQL)
- SymbolSelector UI: add custom tickers with name/type/sector
- Futures Levels page with SPX weekly open/liquidation levels
- Wire Tanuki + Futures routes to App.tsx and sidebar navigation
- Add .gitignore entry for tanuki_research/
2026-06-29 22:53:35 -04:00
..
authRoutes.ts release: alpha release candidate 2026-06-22 21:40:10 -04:00
db.ts feat: Tanuki gamma levels (ORATS-backed), custom ticker CRUD, futures levels 2026-06-29 22:53:35 -04:00
email.ts release: alpha release candidate 2026-06-22 21:40:10 -04:00
index.ts Security hardening: rate limit whitelist for home subnet, relaxed dev limits, ORATS fixes 2026-06-13 14:21:27 -04:00
marketData.ts feat: Tanuki gamma levels (ORATS-backed), custom ticker CRUD, futures levels 2026-06-29 22:53:35 -04:00
middleware.ts release: alpha release candidate 2026-06-22 21:40:10 -04:00
oratsClient.ts feat: Tanuki gamma levels (ORATS-backed), custom ticker CRUD, futures levels 2026-06-29 22:53:35 -04:00
routes.ts feat: Tanuki gamma levels (ORATS-backed), custom ticker CRUD, futures levels 2026-06-29 22:53:35 -04:00
security.ts Security hardening: rate limit whitelist for home subnet, relaxed dev limits, ORATS fixes 2026-06-13 14:21:27 -04:00
static.ts Fix: Remove import.meta from static.ts for CJS compatibility 2026-06-13 19:30:55 -04:00
tanukiClient.ts feat: Tanuki gamma levels (ORATS-backed), custom ticker CRUD, futures levels 2026-06-29 22:53:35 -04:00
vite.ts GammaDesk initial commit - Options Gamma Analytics platform 2026-05-21 01:41:11 -04:00