diff --git a/backend/data/geooptions.db-journal b/backend/data/geooptions.db-journal new file mode 100644 index 0000000..cbef509 Binary files /dev/null and b/backend/data/geooptions.db-journal differ diff --git a/frontend/src/pages/InstrumentDashboard.tsx b/frontend/src/pages/InstrumentDashboard.tsx index 60b3219..c23595a 100644 --- a/frontend/src/pages/InstrumentDashboard.tsx +++ b/frontend/src/pages/InstrumentDashboard.tsx @@ -1921,12 +1921,16 @@ export default function InstrumentDashboard({ instrumentIdProp, isVisible }: { i - + {/* Two Y-axes: band oscillations (demeaned, small amplitude) would be + crushed flat against the raw price level (e.g. ~1.15 for EURUSD) on a + shared axis — same dual-scale idiom as InstrumentChart's theoryCurve overlay. */} + + - - + + {waveletData.bands.map((b: any, i: number) => !hiddenBands.has(b.label) && ( - ))}