I have a problem reducing my lot size when I have a loss.
-
I have a problem reducing my lot size when I have a loss.
When my order is negative How can I reduce my lot size?
I thought of a way to do it, as shown in the attached picture.- Loop to find profit and loss for each order.
- Store it in a variable.
- Profitable orders are deducted from losing orders. (with equal profit and loss)
What do I do in fxdreema?
Please help me. Thank you very much.
-
You can only decrease lot size by partially closing trades, but I guess this is not what you exactly mean. Do you mean maybe opening new trades with smaller lot size?
-
I want to reduce the overall lot size. By subtracting profitable orders from losing orders. Gradually subtract each other.
-
@tanu3777 The the only option is closing some trades at the same time, some in profit and some in loss. it is feasible but you will need a loop to search for those pairs. Are you familiar with loops?