// Trading view — full layout with candlestick chart + privacy fog function TradingView() { const [reveal, setReveal] = React.useState(false); // synthesized candlesticks for XAU const candles = React.useMemo(() => genCandles(60, 2380, 3.2), []); return (