Q
QuantMaxiBuild, test & visualize strategies with confidence
Multi-pane charts, dynamic markers, live legends and theme toggle — backed by Supabase auth so your setup stays yours.
Everything you need to focus on signals
Multi-pane layout
Put price, equity, and custom indicators on dedicated panes. Legends follow the crosshair per pane.
Series markers
Plot circles or arrows based on your backend conditions (pivot highs/lows, buy/sell, etc.).
Theme toggle
Dark and light themes with clean, contrast-aware colors. Persist user preference per account.
Supabase Auth
Google sign-in, magic links, and secure sessions — already wired. Just ship.
How it works
- Login with Google to create your account.
- Create a key in Dashboard → API Keys.
- POST your JSON payload to
/api/ingest. - View and refresh your chart instantly.
Run strategy.py and auto-plot
Traders can run local strategy code and push chart updates automatically. No manual JSON editing required when following the contract.
- Create token in Dashboard → Access Tokens.
- Run uploader with
API_TOKENandCHART_NAME=default. - QuantMaxi ingests data through
/api/ingest. - Refresh chart workspace and review your latest chart.