All computation runs locally · no trade data is transmitted

Define the risk first
then size the position

Disciplined position management rests on quantified risk rather than intuition. Once the maximum acceptable loss for a trade is defined, HYPERNOVA derives the position size, the margin required and the estimated liquidation price, and flags the case where leverage places liquidation ahead of the stop.

01  Calculator

Crypto Futures Position Calculator

Trade parameters

USDT
%
x
%
%

Results

Position size
Notional value
Risk amount
Stop distance
Margin required
Est. liquidation price
Risk : Reward
Fees, entry + stop exit
Net profit at take-profit
Net loss at stop
All computation is performed locally in your browser; the account size, prices and position parameters you enter never leave your device. The site makes one request to Hyperliquid\'s public API for the contract list (max leverage and size precision). That request contains none of your input, the result is cached for 24 hours, and a failed request does not affect the calculator. Nothing else is loaded from third parties: no analytics scripts, no personal information collected.
Risk disclosure All figures produced by this tool are theoretical estimates derived from the parameters entered. They are provided for research and reference only and do not constitute investment advice, an offer, or any form of undertaking. Trading crypto derivatives carries a high degree of risk: price volatility, insufficient liquidity, differences between exchanges in margin and liquidation rules, and slippage under extreme conditions may cause actual outcomes to diverge materially from these estimates, and may result in the total loss of capital. Please make independent decisions only after fully understanding these risks, and accept full responsibility for the consequences.
02  Journal

Trade Journal

Record closed trades to obtain your realised win rate, per-trade expectancy, profit factor and equity curve. Each outcome is measured as an R-multiple — the realised profit or loss divided by the risk taken on that trade — so trades of different sizes remain comparable. All records are held in your browser and are never uploaded.

Record a trade

USDT
USDT

Statistics

Trades recorded
Win rate
Expectancy per trade
Avg win
Avg loss
Profit factor
Max win / loss streak
Best trade
Worst trade
Total P/L
Max drawdown
Equity curve (cumulative P/L)
03  Principles

Why risk comes first

Loss limit first, size second

Disciplined sizing quantifies the acceptable loss first, then derives the position size from the stop distance — rather than choosing a size first and passively accepting whatever exposure follows.

Liquidation checked in advance

When leverage is too high the liquidation price can be reached before the stop, leaving the stop without protective effect. The tool computes the liquidation price and raises a warning in that case.

R:R and net-of-fee outcomes

The risk-to-reward ratio is computed automatically, alongside net profit and net loss after fees on both legs, so a trade is never assessed on gross figures alone.

04  Methodology

Methodology

Every formula used by this tool is published below. All figures follow directly from them, with no undisclosed adjustments. Notation: E entry price, S stop price, T target price, A account size, r risk per trade, L leverage, m maintenance margin rate, f fee rate per side, Q position size, N notional value.

I. Position size

The acceptable loss follows from the account size and the risk rate; the position size is then derived from the stop distance. Size is determined by risk, independently of leverage.

Risk amountR = A × r
Position sizeQ = R ÷ |E − S|
Notional valueN = Q × E
Margin requiredM = N ÷ L
II. Liquidation price

Liquidation occurs where account equity equals the maintenance margin, with that margin valued at the liquidation price rather than at entry. The expressions below are the exact solution to that condition, not a linear approximation. Cross margin assumes this is the only open position.

Isolated · longE × (1 − 1/L) ÷ (1 − m)
Isolated · shortE × (1 + 1/L) ÷ (1 + m)
Cross · long(E − A/Q) ÷ (1 − m)
Cross · short(E + A/Q) ÷ (1 + m)
III. Fees and net result

The entry leg is charged at the entry price and the exit leg at the actual exit price, so a stop exit and a target exit do not cost the same. The Fees row on this page uses the stop-exit basis, which reconciles exactly with the net loss figure.

Entry feeF₀ = N × f
Stop-exit feeFs = Q × S × f
Target-exit feeFt = Q × T × f
Net lossR + F₀ + Fs
Net profitQ × |T − E| − F₀ − Ft
IV. R:R and R-multiples

The risk-to-reward ratio is the target distance divided by the stop distance and is known before entry. The R-multiple is the realised result divided by the risk taken on that trade, which makes trades of different sizes comparable.

Risk : reward|T − E| ÷ |E − S|
R-multipleRealised P/L ÷ risk taken
ExpectancyΣ(R-multiples) ÷ number of trades
Profit factorGross profit ÷ |gross loss|

Basis of estimation: once a symbol is entered, the maintenance margin rate is derived from Hyperliquid’s rule — maintenance margin = 1 ÷ (2 × the contract’s max leverage) — using their public contract list. Two caveats. First, Hyperliquid applies tiered margin to large positions (for example BTC drops to 20x max leverage above $150M notional); this page uses the first tier, which is accurate for any position below that threshold. Second, the liquidation price remains a theoretical estimate: the actual level is also affected by funding costs, realised P/L and other positions in the account. Always defer to the value displayed by your exchange.

05  About

About HYPERNOVA

HYPERNOVA is a risk-management toolkit for crypto derivatives traders, built to make institutional position-sizing methods directly usable by anyone.

The position calculator and the trade journal are the two tools currently available. Further risk-control features will follow, and the calculation methods will remain fully published.

Three standing principles: the parameters you enter are used only on your own device; no trade data is collected or uploaded; no wallet connection is required. The only outbound request fetches public contract parameters from Hyperliquid and carries no user information.