caty21 and Claude Sonnet 4.6
48d3b9c473
feat(COT/Idees): redesign COT chart + NC group + editeur riche IdeesTab
...
COT :
- Ajoute groupe NC (Non-Commercial Legacy) via Socrata API CFTC
- Graphique bidirectionnel (barres avec gradient, zéro centré, track complet)
- Barre L/S split sous chaque groupe, valeur nette + %L empilés
- Corrige verdict bug : amDominates vérifié avant hfIsShort
- Supprime 'k contrats', ajoute légende ΔL/ΔS/ΔNet
IdeesTab :
- Réécriture NotePane : contentEditable Notion-like avec images inline
- Toolbar riche : gras, italique, souligné, listes, alignement
- Redimensionnement image inline (25/40/60/80/100%)
- Archives : affichage complet screenshot + texte, restauration vers slot actif
Sentiment DXM :
- Affichage brut paire par paire (Myfxbook) pour vérification directe
- SentimentPair type + pairs[] dans SentimentEntry
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-29 23:33:00 +02:00
caty21 and Claude Sonnet 4.6
333ce5947a
feat: onglet Idées — 2 espaces recherche avec chart + notes persistantes
...
- nouvel onglet 💡 Idées entre Marchés et Calendrier
- 2 slots indépendants (Recherche A / B) avec :
- graphique TradingView (symbole libre + dropdown 15 paires, 4 timeframes)
- zone de notes avec titre, texte, coller image (Ctrl+V), ↗ agrandir plein écran
- persistance automatique localStorage (symbole, interval, notes, images)
- bouton Archiver : sauvegarde + reset du slot
- panel Archives collapsible avec aperçu notes et miniatures images
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-29 23:33:00 +02:00
caty21 and Claude Sonnet 4.6
d3c5340f9b
feat: marchés 4H + lien TradingView + cache IL + perf chargement
...
- charts Marchés : interval D/W → 4H (240), hauteur 220 → 420px, grid 2col
- TvAdvancedChart : bouton "↗ TradingView" par chart (outils tracé complets)
- cache fichier IL 2h (data/il-enrichment-cache.json) : API rate-proba 13s → <500ms
- stale-while-revalidate macro : affiche cache immédiatement, refetch 10s background
- seuil cache rate-proba : 48h → 7j pour dev local
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-29 17:43:49 +02:00
caty21 and Claude Sonnet 4.6
416c5348f2
fix: GitHub Actions push permission + submodule + dashboard Taux tab
...
- add permissions: contents: write + persist-credentials to workflow
- git rm --cached Market-Signal-Finder (submodule sans .gitmodules)
- consolide OIS+STIR en onglet Taux (3 sous-onglets: Courbe/Probabilités/Réunions)
- header summary: 1 ligne, fix bug Hold/Hold, taux actuel dans légende chart
- cache stale: seuil 48h → 7j pour dev local
- stale-while-revalidate: affiche cache immédiatement, refetch en arrière-plan (10s)
- redesign tooltip chart Courbe (Actuel/Sem. préc./Δsem. en bps)
- YAxis affiche taux complets (3.63% vs .63 tronqué)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-29 17:05:50 +02:00
caty21
a37859ad40
feat(OIS): onglet Probabilites - barres proba par reunion + bps cumules, defaut Probabilites avant Rate Path
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-29 12:18:51 +02:00
caty21 and Claude Sonnet 4.6
eca5800372
fix: InvestingLive URL (/centralbank/events), procure.ch PMI title, remove signals badge
...
- investinglive.ts / expectations/route.ts / fetch-rate-data.mjs : try 4 URL variants
(/centralbank/ or /news/, events or event) to handle site restructure
- calendar/route.ts: displayTitle catches procure.ch prefix to return PMI Manufacturier
- page.tsx: remove divergenceCount badge and unused Zap import
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-29 10:45:15 +02:00
caty21 and Claude Sonnet 4.6
94602c765f
fix: symboles TradingView publics (sans login requis)
...
SP:SPX → FOREXCOM:SPXUSD, TVC:VIX → CBOE:VIX, TVC:DXY → CAPITALCOM:DXY
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-28 15:20:29 +02:00
caty21
204e62cb6c
fix: filters use string[] (not Set), charts use TvAdvancedChart for reliable multi-instance rendering
2026-06-27 22:53:46 +02:00
caty21 and Claude Sonnet 4.6
cf70e30db6
feat: onglet Marchés + TvMiniChart sans popup + cache RP 48h + OIS default
...
- page.tsx: onglet '🌍 Marchés' — S&P 500, VIX, DXY, Or (TvMiniChart 2x2)
- TvChart: prop dateRange configurable sur TvMiniChart (défaut 1M)
- ReportTab: TvAdvancedChart → TvMiniChart (plus de popup TV), Or remplace US10Y
S&P 500/VIX dateRange=12M (daily), DXY/Or dateRange=60M (weekly)
- rateprobability: cache TTL 4h → 48h (OIS revient même sans GitHub Actions hourly)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-27 22:02:53 +02:00
caty21 and Claude Sonnet 4.6
a978f19088
fix: Sem. préc. HEAD→GET, prevMeetings cache, remove footer
...
- investinglive: tryUrl HEAD→GET + res.body?.cancel() (WordPress bloque HEAD)
fenêtre recherche article préc. élargie 21→28 jours
- rateprobability: CBRatePath + prevMeetings/prevWeekDate, loadPrevWeekCachedBody()
fetchAllCBPaths enrichit prevMeetings depuis snapshot GitHub Actions
- fetch-rate-data.mjs: rotation current→previousWeek (5–9 jours) pour Rate Curve
- CurrencyCard: rateCurveData préfère prevMeetings (exact/meeting) > ilDelta (approx)
légende hasPrevCurve pilote affichage ligne bleue et label date
- page.tsx: suppression footer Sources/LLM, remplacement par pb-12
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-27 19:40:48 +02:00
caty21 and Claude Sonnet 4.6
bcc30ed5ba
feat: sync button now syncs all tabs — macro slide, main tab, signaux slide
...
When sync is active, clicking any tab/indicator on any card propagates
to all other cards (overview/mispricing/focus + ois/cot/sent + mon/infl/cro/empl).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-27 16:40:35 +02:00
caty21 and Claude Sonnet 4.6
9da463a424
feat: OISEnhancedBlock — rate curve, implied pts, scénarios charts per CB
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-27 14:12:05 +02:00
Capucine Gest and Claude Sonnet 4.6
a3d847ce59
feat: calendar prev week, fullscreen mode, AI weekly highlights
...
Calendar — "Semaine dernière" tab:
- API now fetches from last Monday (instead of today) and tags events as "prev"
- New tab in CalendarTab with last week's published events (actual values visible)
- fromDate filter bypassed for prev tab; week banner styled in slate
Dashboard — fullscreen:
- Maximize2/Minimize2 button in header using Fullscreen API
- Listens to fullscreenchange to sync icon state
Report — AI "Faits marquants":
- New report_highlights mode in /api/narrative: reads published events from
prev+current week + drivers, generates 3 structured highlights via Groq
- AiHighlightsButton next to "Faits marquants de la semaine" label
- Parses AI response (-- delimited) into title+body Theme objects
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-08 20:39:52 +02:00
Capucine Gest and Claude Sonnet 4.6
1a2ea02b22
feat: dashboard v8 — COT, FX Weekly, Report, TvChart, Sentiment, News
...
Ajout des onglets COT, Weekly Report, TvChart. Refonte Sentiment, News,
Calendar, Drivers. Nouvelles API cot-history et fx-weekly. Intégration FinancialJuice.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-08 14:33:23 +02:00
Capucine Gest
34cd885497
auto: sync 2026-06-03 00:59
2026-06-03 00:59:04 +02:00
Capucine Gest
842198c64e
auto: sync 2026-06-03 00:33
2026-06-03 00:33:58 +02:00
Capucine Gest
a157a94a23
auto: sync 2026-06-02 23:01
2026-06-02 23:01:51 +02:00
Capucine Gest
87970473c2
auto: sync 2026-06-02 22:11
2026-06-02 22:11:39 +02:00
Capucine Gest
5c6de88604
auto: sync 2026-06-01 23:46
2026-06-01 23:46:41 +02:00
Capucine Gest
c1b3e54c28
auto: sync 2026-06-01 23:24
2026-06-01 23:24:32 +02:00
Capucine Gest and Claude Sonnet 4.6
3c6e3bb52a
feat: persistance localStorage + stale-if-error serveur
...
Client — lib/localCache.ts (nouveau) :
- saveCache / loadCache : wrapper localStorage préfixé "forex_v1_"
- formatCacheDate : affiche l'âge du cache (< 1h, 2h, 3j…)
Client — CurrencyCard.tsx :
- Sauvegarde chaque réponse macro réussie dans localStorage (clé macro_{currency})
- Si l'API échoue → charge la dernière valeur connue depuis localStorage
- Badge 🗄 "cache Xh" visible dans le header de la carte quand données stale
Client — page.tsx :
- Même logique pour drivers, expectations, yields
- Badge cache affiché dans le header à côté de l'heure
- Footer : Bytez → Groq
Serveur — macro/route.ts :
- stale-if-error : si tous les indicateurs reviennent null (panne API)
et qu'un cache serveur précédent existe → le renvoie avec stale:true
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-28 22:58:27 +02:00
Capucine Gest
236afa3087
Forex Dashboard v8.0
2026-05-27 13:18:45 +02:00