RCHART
BTC/USDT· 5m
24h VOL
24h RNG
init
?

κ —
enter applies · quote defaults to USDT
CLAUDE not loaded

CLAUDE

Claude — frontier model on Anthropic. Auto-uses the Agent SDK (full filesystem / bash / web / subagents / Python) if its local server is running, else falls back to direct-browser API (limited tools). ~cents per day either way. Checking…
Get one at console.anthropic.com/settings/keys. Stored locally in your browser only.

▲ RCHART

DESKTOP RECOMMENDED

RChart is built for a wide screen, mouse, and keyboard. The header, drawing tools, and indicators won't scale well to a phone — and WebGPU on mobile is hit-or-miss.

Best experience: open this URL on a desktop or laptop with Chrome, Edge, or Safari.

▲ RCHART

WebGPU TRADING TERMINAL — SINGLE FILE, NO INSTALL

WHAT IT IS

Live crypto chart streaming from Binance. Runs custom Python indicators in your browser via Pyodide. Drawing tools, alerts, optional AI Copilot. Doesn't place orders — use your exchange for that.

BASIC CONTROLS

scroll zoom · drag pan · F fit recent · ? full help anytime

HEADS UP

rchart.pages.dev
Alert on cross
Delete drawing
press ? for help  ·  scroll to zoom  ·  drag to pan  ·  F fit recent
press ESC or click anywhere to close

▲ RCHART · HELP

Live WebGPU crypto chart streaming Binance data. Runs Python indicators in-browser via Pyodide. Does not place orders — use your exchange terminal for that.

MOUSE

scroll wheelzoom in / out (anchored to cursor)
click + dragpan the time axis
hovercrosshair + OHLCV readout at top

KEYBOARD

Ffit last 100 candles
Afit all loaded candles
Vtoggle volume pane
Rtoggle RSI pane
Btoggle RUFT ribbon on price
Ttoggle trap radar (sweeps, FVGs, liquidity)
[ ] pan left / right
+ -zoom in / out
?show this help
ESCclose help

CONTROLS

1M / 5M / 15M / 1H / 4H / 1Dtimeframe · reseeds + reconnects
● VOLshow / hide the volume pane
○ RSIshow / hide the RSI(14) pane
▶ PYstart / stop the Python indicator engine (click again to pause)
SCRIPTS ▾enable / disable indicators · create / edit custom Python scripts
▷▷ FITsnap viewport to recent 100 candles

BUILT-IN INDICATORS

SMA(20)simple moving average — yellow
EMA(50)exponential moving average — cyan
RSI(14)relative strength — violet, own pane
FFT cycle + φ-LOCKdominant cycle (256-bar, Hann, detrended); chip glows orange when period ≈ Fib (8/13/21/34/55/89/144/233 ±7%)
RUFT ribbonOn-price band painted by RUFT cohesion. Green = structural (allowed Fib 3/5/13, tradeable) · Red = trap (large Fib 21/34/55/89, fade extremes) · Blue = mechanical (powers of 2, algo grind). Wider + glowier when net κ clears 0.315 threshold. Thin or muted = don't engage.
Trap radar (HUNT)Live detection of algo tricks: red ▽ above a bar = stop hunt above (bull trap) · green △ below = stop hunt below (bear trap). Trade reversal in the sweep direction. Faint dashed red/green horizontals = unswept liquidity pools (stops cluster here). Faint colored boxes = fair value gaps (unfilled imbalance, often revisited). SFX plays a 2-note tone the moment a sweep appears.

DRAWING TOOLS

↖ selectcursor · pan + zoom · right-click a drawing to delete it
╱ trendtrendline — click start, click end
─ hlinehorizontal level — single click
✎ freehandpen-pressure freehand (Surface Pen, finger, or mouse)
▭ rectrectangle / zone — click opposite corners
φ fibFibonacci retracement — click swing low, click swing high
swatchclick to cycle drawing color
✕ clearremove all drawings for the current symbol
Drawings anchor to time + price, so they follow the chart through pan / zoom / timeframe changes and are saved per symbol.

CUSTOM SCRIPTS

contractdefine def compute(closes): returning a list of the same length
outputdrawn as a line on the price pane in the color you pick
helperssma, ema, rsi, numpy as np, math are all in scope
storagescripts + enabled state persist in browser localStorage

HEADER / FOOTER READOUTS

green/red dotconnection status (live / dead / init)
24h VOL / RNGrolling 24-hour stats
CYCLEcurrent FFT dominant-cycle period
SRCdata source (BINANCE)
fpsrender rate (should peg to monitor refresh)