someone help, to calculate the amount of money on certain stoploss or take profit(position size calculator) - page 2
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I have already shared it read my previous comments
basically I wanted to understand the calculation that could help me set stoploss to risk a specific percentage of account balance to any symbol, suppose my account balance is 1000$ and I want to risk 1% of it in a trade which equals to 10$. The algorithm would help me to construct the accurate stoploss from any lotsize I will put as a functional argument, This is important since all symbols have different Points and ips values so no matter its value you will still risk the same amount through your stoploss.Example Testing it NASDAQ, #ford and BTCUSD with the same lotsize value of 0.01 on the buy position the stoploss were constructed differently with different NASDAQ = 200points below the ask price, #ford 1000points below ask price and BTCUSD was 1000000 points below ask price different stoplosses but same risk, that is the idea(the risk was only 10$(1% of accountbalance) for each trade
No automated messages on the forums, only the green colored links.
No automated messages on the forums, only the green colored links.
I thought you automated it but no bigger deal
Just look for a calculator on the net, why bother with the formulas? The strategy I follow - in terms of risk optimization and optimal profitability the best one will be the "golden mean" - partial reinvestment with a monthly withdrawal of part of the profit of $200. I use this calculator https://www.earnforex.com/position-size-calculator/, perhaps it`ll be more convenient for you. After careful analysis of the obtained data, you can make a decision about the expediency of opening a deal. But remember, the data presented in the calculator is for informational purposes, and the responsibility for the transactions lies with you. After all, the calculator is a good auxiliary tool, but don`t take it as a guide to action.
Just look for a calculator on the net, why bother with the formulas? The strategy I follow - in terms of risk optimization and optimal profitability the best one will be the "golden mean" - partial reinvestment with a monthly withdrawal of part of the profit of $200. I use this calculator https://www.earnforex.com/position-size-calculator/, perhaps it`ll be more convenient for you. After careful analysis of the obtained data, you can make a decision about the expediency of opening a deal. But remember, the data presented in the calculator is for informational purposes, and the responsibility for the transactions lies with you. After all, the calculator is a good auxiliary tool, but don`t take it as a guide to action.
Don't bring up closed topics for no good reason, I honestly think you know that we are developers here, we are used to work with formulas. Formulas and numbers are our game. Thanks for the advice but that's not what I asked for, anyway I believe it is the most common advice to me and other programmers.
I use this function to calculate the lot size of a market order
To be able to calculate your predicted risk money in case your SL is hit:
Use OrderCalcProfit()
https://www.mql5.com/en/docs/trading/ordercalcprofit
For example like this: