Hi, I’m having a difficult time understanding how lot sizes should be calculated for different currency pairs. I read the course on ‘position sizing’, but its still not clear to me. I wrote some simple examples of how i think it works, if someone who understands this well could have a look and tell me if they’re right, or where I went wrong, it would be greatly appreciated. Note that I’m not using a stop loss in the calculation, I know its very important to use when doing real trading, but I was trying to understand the calculation without it right now.
If I have a 10000USD account (50:1), and I want to use 13% to buy the EURUSD pair, then this is how many lot units I can get:
EURUSD rate: 1.14143
riskFunds = 10000 * 0.13 = 1300 * 50 = 65000USD
Since Im buying the EUR, I need to convert 65000 to EUR, which is 65000 / 1.14143 = 56946EUR
Therefore i can obtain 55965 lot units with my 1300USD margin
If I have a 10000USD account (50:1), and I want to use 13% to buy the USDJPY pair, then this is how many lot units I can get:
USDJPY rate: 109.960
riskFunds = 10000 * 0.13 = 1300 * 50 = 65000USD
Since Im buying the USD, I dont need to convert anything since my account is in USD.
Therefore i can obtain 65000 lot units with my 1300USD margin
If I have a 10000USD account (50:1), and I want to use 13% to buy the EURGBP pair, then this is how many lot units I can get:
EURGBP rate: 0.8786
riskFunds = 10000 * 0.13 = 1300 * 50 = 65000USD
Since Im buying the EUR, I need to convert 65000 to EUR, which is 65000 / 1.14143 = 56946EUR
Therefore i can obtain 55965 lot units with my 1300USD margin
Thank you