NuxVision is a read-only market dashboard: it observes crypto markets, detects opportunities, and visualises them for you. It never places trades — you stay fully in control, whether you’re a beginner or an experienced trader.
Log in and check your plan
Sign in from the main site. Your current plan (Free / Pro / Expert) appears in the top bar. It controls how far back you can look and how many signals you see in realtime. You can change it anytime from Billing.
Open Monitoring to see live signals
Open Monitoring. The board is organised into the lifecycle rail: Detected → In Position → Closed.
Detected: a new opportunity has been spotted.
In Position: the simulated trade is “open” and moving toward a target.
Closed: the simulated trade is finished; the result is known.
Learn the basic terms (no trading background required)
You’ll encounter a few key terms:
Entry: the price where the simulated trade starts.
Target: the price where the simulated trade aims to take profit.
PnL: “Profit and Loss” — the % gain or loss on that simulated trade.
Distance / Progress: visual bars showing how close we are to Entry or Target.
Experienced traders can interpret these metrics directly; beginners can rely on the simple visual cues.
Use the Dashboard to understand the bigger picture
The Dashboard provides an overview of recent behaviour:
Avg PnL: average result of closed simulated trades for the selected timeframe.
Holding time: how long trades typically stay “In Position”.
Top performers & most active assets: quickly identify which coins have been moving the most.
It’s useful whether you just want a market snapshot or you’re analysing conditions for a trading strategy.
Focus on your own watchlist
Star the assets that matter to you and, on Pro/Expert plans, use filters and Global search to refine your view. You can copy any price or % in one click for use in your own tools or exchange.
(Optional — for developers & quants) Connect via API
On the Expert plan, you can create an API key in Settings → API Keys and query /api/v1/orders.php or /api/v1/orders_stream.php. This lets you integrate the same normalised data into your own bots, dashboards, or quantitative scripts.
NuxVision provides statistical and historical information only. It does not connect to your exchange account and does not execute trades. Nothing shown is financial advice — always do your own research before taking any position.
Monitoring
Realtime detections, entries and exits.
Pro features available
Note: The examples below use static demo data to illustrate how live cards look.
Monitoring is split into three columns: Detected, In Position, and Closed. Each card shows prices, a progress bar, and timing info. Here are example cards showing how Detected, In Position, and Closed trades look in real-time.
Detected: we show the smallest potential on Free; Pro unlocks all detections in realtime.
In Position: progress to target with ETA; top 3 shown on Free, full list on Pro.
Closed: all past trades (Free & Pro) with realised % and timestamps.
New opportunities. Distances are expressed as to Entry. Items transition automatically to In Position once filled.
Example below: simulated Detected card for illustration only.
BTC
Entry $ 107,400.00Target $ 108,600.00
Distance to Entry
3 min ago+1.12%
In Position
Open trades. Cards show current price, Target, and progress %. You’ll also see a median time-to-target estimate based on historicals.
Example below: simulated In Position card for illustration only.
XRP
Now $ 3.18Target $ 3.20
Progress to Target
1 h 12 min ago+2.50%
Closed
Completed exits. Useful to review performance and median holding times.
Example below: simulated Closed card for illustration only.
ETH
Entry $ 3,700.00Exit $ 3,820.00
Closed 2 h ago (held 7 h 22 min)+3.24%
Copy Entry & Exit
You can click on any price or % on cards to copy the numeric value. A small “Copied” hint appears near your cursor.
Detected: copy Entry, Target, or potential %.
In Position: copy Now, Target (Pro), or current PnL %.
Closed: copy Entry, Exit, or realised %.
Market Indicators Expert
Market Indicators give extra context around each opportunity. They help you read the market’s mood at a glance — no trading background required.
Two time horizons
Short-term (1 minute): captures rapid moves and immediate reactions. Useful to feel if momentum is building right now.
Long-term (1 hour): shows the broader direction and stability of the trend. Helpful to avoid going against the bigger picture.
What we look at
Volatility (ATR): shows whether price action is calm or turbulent. Higher volatility means larger swings; lower volatility means smoother moves.
Bollinger Bands: highlights when price is stretched high or low relative to its recent average. Near the upper band = heat; near the lower band = chill.
RSI (momentum): balances recent gains and losses to spot when a move looks overextended or when strength is returning.
MACD (trend energy): compares short vs long momentum to see if a trend is gaining or losing consistency.
Daily position: shows where the current price sits between today’s high and low — near the top, middle, or bottom of the day’s range.
Volume behavior: compares current activity to typical levels. Sudden spikes can signal strong interest (or panic) entering the market.
Moving average crossover: a simple health check on whether recent prices are pulling above or below their longer baseline.
Market context (Binance spot & futures)
For liquid pairs, we also read the surrounding context — useful to judge how “supportive” the environment is:
Buy/Sell pressure: balance between bids and asks in the order book.
Spread: distance between best bid and best ask — tighter is usually healthier.
Liquidity walls: unusually large orders that can slow or accelerate price.
Crowding & funding (futures): when one side (longs/shorts) dominates and paying rates are skewed, moves may overshoot and snap back.
Short-term swings: how much price has moved over the last 1–5 minutes, and whether the latest volume is a “spike” vs normal.
Indicators are guidance, not guarantees. They’re designed to make each signal easier to interpret visually — especially for newcomers.
Availability: Market Indicators are included in the Expert plan.
The Dashboard gives you an overview of performance and activity over a selectable window (7d on Free; 24h / 7d / 30d on Pro). It reads a realtime stream and aggregates metrics into simple, comparable blocks.
KPIs
Avg PnL (Range): average realised % across closed positions within the selected range. Negative values are tinted red; positive green.
Avg hold (Range): median time-to-target across closed positions in range (seconds → humanized).
Top performer (Range): best asset by average PnL in range (icon + code + %).
Most active (Range): asset with most entry signals in range (icon + code + count).
KPIs update live via SSE. Tooltips provide exact definitions and hints; hover any label for details.
Lifecycle rail
The rail summarizes the trading lifecycle in three blocks:
Detected: new entry signals detected in the selected range.
In Position: currently-open positions being tracked to their targets.
Closed: completed exits within the selected range.
Arrows subtly animate to indicate “flow” (respects prefers-reduced-motion).
Performance chart
A dual-axis line chart plotting:
Avg PnL (%) per bucket (left axis).
Closed (count) per bucket (right axis).
Bucket granularity adapts: hourly in 24h, daily in 7d/30d. The Y-range auto-scales with padding to keep variations readable.
Activity pulse
A bar chart of entry detections per bucket over the same window. Useful to spot quiet vs hot periods.
Top performers (Range)
Ranks assets by average realised PnL within the selected range, showing:
Asset: icon + code.
Avg %: average realised PnL (colored by sign).
Exits: number of closed positions considered in the average.
Last exit: relative timestamp since the most recent exit.
Click any row to open the asset in Monitoring with the range pre-selected.
Most active (Range)
Ranks assets by entry signals in the selected range. Columns:
Asset (icon + code)
Entry signals (count)
Last signal (relative time)
Rows are clickable and take you to Monitoring for a deeper dive.
API v1 (REST & SSE)
Authenticated read-only endpoints for orders + realtime stream.
Expert
API Keys (create & manage)
Availability: API access is exclusive to the Expert plan. Manage your keys at Settings → API Keys.
Create a key: Click Create Key and optionally set a label (e.g., “Prod bot”). The full key is shown once — copy it now; we only store a SHA-256 hash.
Use it: Send the key with each request via Authorization: Bearer <API_KEY> (or X-API-Key).
Disable / Enable: Temporarily stop traffic on a key without deleting it. Useful for incidents or maintenance.
Delete: Permanently removes the key. You can’t recover it; create a new one if needed (key rotation).
Quota & usage: Requests and bytes are tracked per day and per key. Abuse triggers throttling.
Best practices: treat API keys like passwords; store them in env vars (e.g. NUXVISION_API_KEY), rotate if leaked, never commit in Git, and avoid sharing keys across unrelated apps.
Authentication
Send your API key via Authorization: Bearer <API_KEY> (preferred) or X-API-Key. All endpoints require HTTPS and a valid key. Usage is tracked per key/day.
Cursor pagination:newest (id DESC) returns next_cursor = min_id_of_page. Next page adds AND id < cursor. oldest (id ASC) returns next_cursor = max_id_of_page. Next page adds AND id > cursor.
SSE — GET /api/v1/orders_stream.php
Realtime stream of orders that match your filters. Emits batches with event: detected and JSON array in data:. Connection lasts ~60s; clients should reconnect (server advises retry: 2000).
Param
Type
Description
Example
pair_symbol
string
Optional
USDT_EUL
status
string
pending | open | completed | cancelled (default if omitted: pending/open)
pending
order_type
string
buy | sell
buy
min_profit_percentage
float
Minimum profit (%)
2
fields
csv
Server-side projection (same public fields as REST)
id,pair_symbol,entry,profit
since_id
int
Resume from id > since_id (also supports Last-Event-ID)
Favorites: click the star on cards to build a quick watchlist; filter favorites on Pro.
Global search (Pro): search by symbol (e.g., BTC) from the top bar.
Tooltips: hover labels explain bars and numbers (Entry/Target/Now, PnL, time since).
Teasers (Free): “Pro” pills indicate what unlocks with upgrade.
Troubleshooting
Fix common issues fast.
No live updates? Check connectivity; reload the page to re-establish SSE.
Ctrl-C doesn’t stop curl? Use timeout 65s … or the SSE CLI (handles SIGINT cleanly).
Session lost? You’ll be redirected to login; sign back in to restore your stream.
Icons missing? Static assets will fallback; broken icons are removed automatically.
Still stuck? Contact Support and include a timestamp + screenshot.
Billing & invoices
Plan, VAT, and receipts.
Manage your plan on Billing (upgrade, cancel, invoices).
All prices are shown excluding VAT; VAT is applied at checkout when required.
Annual plan includes “3 months free” (billed once upfront).
FAQ
Common questions.
Does NuxVision execute trades? No. It’s analytics only. You stay fully in control of any actions you take.
Do I need an exchange API key? No. You can use NuxVision without connecting an exchange.
How are “targets” and PnL computed? Signals are ranked by historical behavior. PnL metrics reflect simulated entry/exit points, not your personal wallet.
What’s the pricing? Start free. Pro adds higher refresh priority, longer history, and data as they roll out.
Contact & Support
We’re here to help.
Need help or want to report an issue? Visit Support or email us from your account email.