AultraCharts
Loading workspace…
Connecting…
AultraCharts
24H H
24H L
FUNDING
OI
MARK PX
HL OI
▲ LONG +0.00
Settings
Signal / Confluence

Iceberg Detection

Display

Trade Log

Mandatory Factors
Signals blocked unless these pass

Appearance

Sound Alerts
Signal Replay
— / —
Signal Details
Select a date and navigate signals
Loading article... ↗ Open
Copy price
Alert: Cross Above
Alert: Cross Below
✕ Cancel
🔔 Price Alert Triggered
2m: back to Jan 2020  ·  15s: ~3 mo (Binance 1m beyond)
⇧ Join Bid (maker long)
⇩ Join Ask (maker short)
▲ Market Long (taker)
▼ Market Short (taker)
● Set Stop Loss here
✓ Set Take Profit here
Set Shield Entry
Alert above
Alert below
Copy price
0) ? _mtBalance : 0; let avail = (typeof _mtAvailable !== 'undefined' && _mtAvailable > 0) ? _mtAvailable : bal; let dayPnl = (typeof _mtRealizedDayPnl !== 'undefined') ? _mtRealizedDayPnl : 0; if(bal === 0) { try { const c = JSON.parse(localStorage.getItem('mt_bal_cache') || '{}'); bal = c.bal || 0; avail = c.avail || bal; } catch(_){} } if(dayPnl === 0) { try { const c = JSON.parse(localStorage.getItem('mt_daypnl_cache') || '{}'); dayPnl = c.pnl !== undefined ? c.pnl : 0; } catch(_){} } let unrealSp = 0; if(_spState) { const mark = window.livePrice || _spState.entry; unrealSp = (mark - _spState.entry) * _spState.size * (_spState.dir === 'LONG' ? 1 : -1); } let unrealMt = 0; try { if(typeof _mtCurrentPos !== 'undefined' && _mtCurrentPos) { const qty = parseFloat(_mtCurrentPos.positionAmt || 0); const ep = parseFloat(_mtCurrentPos.entryPrice || 0); const mk = window.livePrice || ep; if(qty !== 0 && ep > 0) unrealMt = (mk - ep) * qty; } } catch(_){} const combined = avail + unrealSp + unrealMt; const totalDay = dayPnl + unrealSp + unrealMt; const dayPct = bal > 0 ? (totalDay / bal) * 100 : 0; const set = (id, val, color) => { const el = document.getElementById(id); if(el) { el.textContent = val; if(color !== undefined) el.style.color = color; } }; set('sp-acct-bal', bal > 0 ? '$' + bal.toFixed(2) : '—', ''); set('sp-acct-combined',bal > 0 ? '$' + combined.toFixed(2) : '—', combined >= bal ? '#00e5cc' : 'var(--pink)'); set('sp-acct-daypnl', (totalDay >= 0 ? '+' : '') + totalDay.toFixed(2), totalDay >= 0 ? '#00e5cc' : 'var(--pink)'); set('sp-acct-daypct', (dayPct >= 0 ? '+' : '') + dayPct.toFixed(2) + '%', dayPct >= 0 ? '#00e5cc' : 'var(--pink)'); } >
Performance — V3 Engine
Loading…
Trade Stats — V3 Engine
Loading…