Position Size Calculator
Turn a fixed-fractional risk rule into a concrete number of lots, so a stopped-out trade costs only a small, survivable slice of your capital.
Quick answer: The position size calculator is the single most important risk-management tool: it decides how much to trade so that being wrong is affordable. It takes your capital and the percentage you are willing to lose on the trade, works out the rupee risk budget, then divides that budget by the per-lot loss at your stop (stop distance in points multiplied by the point value of one lot). The result is the largest whole number of lots whose worst-case loss stays inside the budget, which is what keeps a losing streak from ending your account.
How to use it
Enter your capital, the percent you will risk, and the entry and stop prices. Point value per lot is the rupee change in one lot for a one-point move in price (75 for a standard Nifty lot; Bank Nifty and stock futures use their own lot sizes). The output shows the rupee risk budget, the loss per lot at your stop, the whole number of lots that fits, and the actual rupee at risk. It ignores brokerage, STT and slippage, which make the real loss slightly larger, so size a little inside the limit rather than at it.
Formula
Lots = floor( (Capital × Risk% ÷ 100) ÷ ( |Entry − Stop| × Point value per lot ) )
The numerator is the rupee risk budget (the most you accept losing on this one trade); the denominator is the loss on one lot if the stop is hit. floor() rounds down so the budget is never exceeded. Sizing off the stop distance — not the notional value or the margin — is what makes risk constant across trades.
Frequently asked questions
Why is position sizing the core of risk management?
Why does it round down to whole lots?
What is point value per lot?
It says zero lots. What does that mean?
Does it include brokerage and taxes?
What risk percentage is sensible?
Runs entirely in your browser — no data leaves your device. Illustrative and educational only; real-world charges and market conditions apply in practice.