Position Size Calculator
Work out how many lots or units to trade so a stop-loss loses only a fixed percentage of your capital.
Quick answer: The position size calculator converts a fixed-fractional risk rule into a concrete quantity. 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-unit 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.
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). 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.
Formula
Lots = floor( (Capital ร Risk% รท 100) รท ( |Entry โ Stop| ร Point value per lot ) )
Where the numerator is the rupee risk budget and the denominator is the loss on one lot if the stop is hit. floor() rounds down so the budget is never exceeded.
Frequently asked questions
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.