JTX MARKETS LIVE
Multi-asset trading on 300+ instruments · 24/7 crypto, equities, indices, commodities · 24/5 forex
← All articles

The JTX Markets Mobile App: Trade Perpetuals from Your Phone

A desktop-first trading app is a trader tied to a chair. The JTX Markets mobile app is now in final review — 293 perpetual futures, biometric unlock, take-profit and stop-loss from a position row, push alerts, and one-tap sizing. Here is what shipped, what is coming, and why the phone matters.

A desktop-first trading platform is a trader tied to a chair. You catch a headline on the way out of the house, and by the time you're back at your laptop the move is already priced. You wake up at 3 a.m. because BTC just broke a level, and you have to decide whether opening a laptop is worth it or whether you'll accept the slippage in the morning. You want to close a winning position while you're on the train, and instead you sit there watching the tick-by-tick on a phone that can only *observe*, not act.

Every serious perps venue has fixed this by now. The JTX Markets mobile app is currently in final review at both stores — Play Store this week, App Store shortly after — and this post is a rundown of what shipped, what's coming, and the reason a mobile-first trading tool is not a nice-to-have but a fundamental change in how you can hold risk.

What's in the app

The full JTX Markets instrument list — 293 perpetual futures across crypto, forex, indices, commodities and equities — is browsable, chartable and tradable from the app. Same live matching engine, same USDT-collateralised cross-margin wallet, same funding rates, same challenge accounts for the prop-firm side. If you have a JTX web login, the mobile app is that login on a phone.

Five tabs anchor the layout:

  • Home — search, watchlist, market list with asset-class filters (crypto / forex / indices / commodities / equities). A small strip at the top shows your unrealized P&L and today's realized total the moment you have an open position, so glancing at Home tells you where the book stands without a full drill-down.
  • Markets — the full instrument catalog with per-class filtering, sortable by change, volume, or "Hot" (a rough liquidity-weighted mover ranking).
  • Trade (centre FAB) — the amber circular button in the middle of the tab bar. Taps land you directly on BTC-PERP ready to trade; symbol picker is one tap away on the header if you want something else.
  • Activity — three sub-tabs for Positions, Open Orders and Recent Fills, with symbol filter and pagination on fills.
  • Wallet — money view. Equity, available, unrealized, balance, plus deposit and withdraw. Positions and orders deliberately live under Activity so the split reads *Wallet = money, Activity = risk*.

The chart is TradingView Lightweight Charts embedded in a WebView — the same visual language traders already recognise from the desktop, running at 60fps on any modern phone. Five timeframes (1m / 5m / 15m / 1h / D), and the app remembers your preferred timeframe *per symbol* so BTC-PERP stays on 1h and EURUSD stays on 15m without you flipping every visit. Overlays for SMA 20/50, EMA 12/26 and Bollinger Bands (20, 2) toggle from a chip row underneath. Drawn horizontal price lines persist per symbol in device storage — set a resistance level at $80,000 on BTC-PERP today, and it's still there next month.

Trading actions

The order form runs the same contract-size and unit conversions as the web platform, so 1 lot EURUSD is 100,000 base units, 1 oz gold is 100 base units, 1 BTC-PERP contract is 1 BTC. The mobile UI shows the human unit and does the math to base units server-side. Below the size input, four quick-fill percentage chips — 25% / 50% / 75% / 100% — auto-size to the given fraction of your maximum affordable given price and leverage. Above the submit button, a live notional preview shows what the trade is actually worth in USD.

Every real-money action is confirmed with a physical haptic tap. Success on submit is a medium buzz, rejection is a heavier double-tap. Small detail, but on a small screen where you can't visually parse the alert without looking, the tactile confirmation matters.

From an open position on the Activity tab, four buttons live under each row: Add, TP, SL and Close. Add opens a modal that fires a same-side market order (LONG position → BUY market, SHORT → SELL market) to grow the exposure. TP places a reduce-only LIMIT on the opposite side at your target — fills at target price or better. SL places a reduce-only STOPMARKET with your trigger — the moment mark crosses it, the position closes at market. Both TP and SL modals show live distance-from-mark % as you type, and a direction guard turns yellow if you type the wrong side (a TP for a LONG that's *below* mark, for example).

Resting limit orders get an Edit button next to Cancel. Tap Edit, adjust price or size, and the app fires an atomic PATCH to the engine's modify endpoint — the matching engine cancels the old order and re-adds the new one under the shard lock in a single operation. The trade-off is documented in the modal: modifying resets time-priority, so the order goes to the back of its price level. Traders should know that before tapping.

Push notifications

This is the biggest structural change from web-only trading.

The mobile app registers a device push token on your first authenticated boot. When something happens on your account — a withdrawal is submitted, your KYC review completes, a fill lands (once the engine-events bridge ships), a margin warning fires, a position gets liquidated — the platform pushes it to your phone through Apple's APNs or Google's FCM. Every category is individually toggleable from a settings screen so you can silence the noise you don't need without losing the alerts you do.

The mental model this unlocks is what matters. You can leave your desk. You can go to lunch. You can travel. Your book is still holding real risk and your phone will interrupt you if anything material happens. If nothing pings, everything is doing what it's supposed to do. That's a fundamentally different way to be a trader compared to being chained to a five-monitor rig watching every tick.

Tap a notification and the app opens on the right screen — a "Withdrawal submitted" push takes you to Wallet, a KYC-approved push takes you to your account switcher. This is wired through the same jtxmarkets:// deep-link scheme that also handles shared symbol links from email or chat, so tapping a link like jtxmarkets://symbol/BTC-PERP in a message opens the app straight to that trade view.

Security

Two-factor login is preserved from the web flow: email code plus TOTP if you have it enabled. Once logged in, biometric unlock (Face ID, Touch ID or fingerprint) gates re-entry so you don't have to type a password every time you switch back to the app. The biometric data never leaves your device — the app talks only to the OS's local authentication API, and JTX Markets has no access to any biometric bytes.

Session cookies live in the OS's secure storage (Keychain on iOS, EncryptedSharedPreferences on Android), not local storage. A mid-session 401 from the engine — cookie expired, secrets rotated, session invalidated server-side — routes you cleanly back to Login rather than showing opaque red banners on every panel.

The KYC gate applies on mobile exactly as it does on web: withdrawals of $50,000 USDT or above require identity verification before the request will process. If you try to submit a large withdrawal before verifying, the app shows a themed modal with a deep-link to complete verification on the web dashboard.

What's not there yet

Honesty about the gaps:

  • Fill / liquidation / margin-warning push notifications need a separate systemd bridge subscribing to engine private channels for every active user. That bridge is designed and specced but not yet running — until it does, fills and liquidations show live in-app via WebSocket, but you won't get an OS push while the app is backgrounded. Withdrawal and KYC pushes work today.
  • Order book depth is capped at 8 levels each side on mobile. On desktop we show more. Screen real estate is the reason; a deeper book widget for tablets is on the list.
  • Chart drawing beyond horizontal lines — trend lines, Fibonacci, custom text — is deferred. Tap-gesture-based trendline placement on a small WebView is a UX call that deserves its own iteration.
  • RSI and MACD need a second chart pane, which lightweight-charts v4 doesn't cleanly support. Reworking this is a v1.1 item.
  • Multiple account access — a trader with a main account plus one or more funded challenge accounts can switch between them from a pill on any authenticated screen, but bulk cross-account actions (close all across all accounts) are still web-only.

Availability

  • Android — the AAB is built and ready. Play Store submission goes in this week; internal-testing track available immediately for the initial trader group, public release after Google's IARC content-rating review (usually 24–72h).
  • iOS — TestFlight build follows the Play submission. App Store review for crypto/perps apps runs 3-6 weeks including the near-certain first-pass rejection cycle that every trading app deals with.
  • Webapp.jtxmarkets.com has always been mobile-responsive. If you're reading this on a phone before the app is live in stores, everything is accessible from Safari or Chrome today.

If you're not on a JTX Markets account yet, start with the challenge tier that matches your capital appetite or open a personal wallet directly at app.jtxmarkets.com. The mobile app will show up in the store you use most within a few weeks; sign up now and it'll unlock the moment it goes live.

Ready to trade? Open a JTX Markets account and get access to every instrument and every tool referenced above.

Open Account