None.
You would need to change your TP and SL values to get to the 5%
Your lot size will not be rounded, wrong. Either your code will request the minimum, not try to make the trade, or the trade will be rejected by the server.
Your calculated lot size is four (1/4) times smaller than the minimum.
- Reduce your risk to 1%.
- Increase your account balance (4x).
- Move your SL closer (not recommended.)
You place the stop where it needs to be — where the reason for the trade is no longer valid. E.g. trading a support bounce, the stop goes below the support.
Your lot size will not be rounded, wrong. Either your code will request the minimum, not try to make the trade, or the trade will be rejected by the server.
Your calculated lot size is four (1/4) times smaller than the minimum.
- Reduce your risk to 1%.
- Increase your account balance (4x).
- Move your SL closer (not recommended.)
Never.
You place the stop where it needs to be — where the reason for the trade is no longer valid. E.g. trading a support bounce, the stop goes below the support.
Yes, I know.
Your lot size will not be rounded, wrong. Either your code will request the minimum, not try to make the trade, or the trade will be rejected by the server.
Your calculated lot size is four (1/4) times smaller than the minimum.
- Reduce your risk to 1%.
- Increase your account balance (4x).
- Move your SL closer (not recommended.)
Never.
You place the stop where it needs to be — where the reason for the trade is no longer valid. E.g. trading a support bounce, the stop goes below the support.

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
I don't think this is a coding problem but I'm just asking for an idea. If freelance can help me then I'll gladly go there.
Say the algorithm calculations that for a trade outcome to be -5% / +5% of equity, lot size must be 0.002345.
This will be rounded to 0.01 right? And this will not be accurate according to the algorithm. Outcome from this will no longer results to -5%/+5%.
What are my options for getting accurate results?
Thank you