What it is
Symbol search — demo OHLCV series generated deterministically from ticker string hash. Symbol-Seeded Depth View is a core component of the P31 Labs sovereign cognitive infrastructure stack — built to run offline, deployed to the edge, and designed without dark patterns.
Three.js r183 (jsdelivr). Barycentric OHLCV placement: each candle's (O,H,L,C) tuple maps to a point inside the tetrahedron via λ₁=O, λ₂=H, λ₃=L, λ₄=C (normalised). PRNG seeded by CRC32(symbol). Larmor ring rotation speed = LARMOR_HZ × dt.
Core features
Symbol search — demo OHLCV series generated deterministically from ticker string hash
Timeframe selector: 1H / 1D / 1W / 1M — barycentric distribution shifts at each resolution
OHLCV candles placed as barycentric point clouds inside the regular tetrahedron
Support/resistance coloring: green clusters near highs, red clusters near lows, volume-weighted
Larmor ring torus overlay at 0.86 Hz — highlights price oscillation frequencies
Wireframe toggle for topology inspection